Example #1
0
 protected virtual TObject createInstance(Resource resource, int classId)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public Listener(Resource resource, EventHandler<EventArgs> handler)
 {
     _resource = resource;
     _handler = handler;
 }