예제 #1
0
 public InstanceMan(AxpviewLib.Axpview _view)
 {
     this.mdlView = _view;
 }
예제 #2
0
 public InstanceComp(AxpviewLib.Axpview _view, InstanceInfo _instance)
 {
     this.mdlView  = _view;
     this.instance = _instance;
 }