Example #1
0
 public SerializableObject(T target, RemotePluginLoader <T> loader)
 {
     this.target = target;
     this.loader = loader;
 }
Example #2
0
 public LoaderHost(T target, RemotePluginLoader <T> loader)
 {
     this.target = target;
     this.loader = loader;
 }