Exemple #1
0
 public DmWindow(int hwnd,DmPlugin dm)
 {
     _hwnd = hwnd;
     _dm = dm;
     _system = new DmSystem(_dm);
     BindType = WindowBindType.None;
     IsBind = false;
 }
Exemple #2
0
 public DmSystem(DmPlugin dm)
 {
     _dm = dm;
 }