Ejemplo n.º 1
0
 private void initModel()
 {
     this._tallyConnectedStr          = "Not Connected";
     this._tallyConnectedStatus       = enumTallyConnectedStatus.nc;
     this._tallyConnectedCompanyStr   = string.Empty;
     this._tallyDayBookInformationStr = string.Empty;
 }
Ejemplo n.º 2
0
 public TallyConnectedResquestModel(string UserName = "", enumTallyConnectedStatus Status = enumTallyConnectedStatus.nc)
 {
     this.UserName = UserName;
     this.Status   = Status;
 }