Esempio n. 1
0
 public static IPluginRepo New(IPluginRepo impl)
 {
     return new SyncedDllRepo(impl);
 }
Esempio n. 2
0
 private SyncedDllRepo(IPluginRepo impl)
 {
     _impl = impl;
 }