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