added protection to prevent reloading assemblies already in the domain. corrected bug only identifying INotifierProviderFactory types.
8 lines
129 B
C#
8 lines
129 B
C#
namespace Interfaces
|
|
{
|
|
public interface ISystemControlProviderFactory
|
|
{
|
|
ISystemControl GetProvider();
|
|
}
|
|
}
|