Example #1
0
 public AssemblyPreloader()
 {
     Settings = new AssemblyPreloaderSettings
     {
         Filter = x => true,
         Path   = AppDomain.CurrentDomain.BaseDirectory
     };
 }
 public AssemblyPreloader()
 {
     Settings = new AssemblyPreloaderSettings
     {
         Filter = x => true,
         Path = AppDomain.CurrentDomain.BaseDirectory
     };
 }