Exemplo n.º 1
0
 public frmSPAzCtrl(int address)
 {
     this.cpGuiCtrl = new ObjectInterface();
     this._SPAzMgr  = new SPAzMgr(address);
     this.InitializeComponent();
 }
Exemplo n.º 2
0
 public frmSPAzCtrl()
 {
     this.cpGuiCtrl = new ObjectInterface();
     this._SPAzMgr  = new SPAzMgr(0x378);
     this.InitializeComponent();
 }