project
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace TheXamlGuy.TaskbarGroup.Core
|
||||
{
|
||||
public interface IServiceFactory
|
||||
{
|
||||
T Create<T>(params object[] parameters);
|
||||
|
||||
T Create<T>(Type type);
|
||||
T Create<T>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user