Пример #1
0
 public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new InterfaceLog_Command(ConnectionStr, this);
 }
Пример #2
0
 public InterfaceLog(string ConnectionStr, String InterfaceLogID_Value)
 {
     ExecCommand = new InterfaceLog_Command(ConnectionStr, this);
     ExecCommand.Load(InterfaceLogID_Value);
 }
Пример #3
0
 public InterfaceLog()
 {
     ExecCommand = new InterfaceLog_Command(this);
 }