Esempio n. 1
0
 public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new AP_Master_Unit_Command(ConnectionStr, this);
 }
Esempio n. 2
0
 public AP_Master_Unit(string ConnectionStr, String Code_Value)
 {
     ExecCommand = new AP_Master_Unit_Command(ConnectionStr, this);
     ExecCommand.Load(Code_Value);
 }
Esempio n. 3
0
 public AP_Master_Unit()
 {
     ExecCommand = new AP_Master_Unit_Command(this);
 }