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