Exemple #1
0
 public static IPluginRepo New(IPluginRepo impl)
 {
     return new SyncedDllRepo(impl);
 }
Exemple #2
0
 private SyncedDllRepo(IPluginRepo impl)
 {
     _impl = impl;
 }