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