예제 #1
0
 private void FrmUI_OKClicked(AccountInformationList list1, EnumCollection.eOddsType type1)
 {
     OKClickedEventHandler oKClickedEvent = this.OKClickedEvent;
     if (oKClickedEvent != null)
     {
         oKClickedEvent(list1, type1);
     }
 }
 public frmAccountListLoginManagerUI(AccountInformationList list1, bool flag1, bool flag2, bool flag3, EnumCollection.eOddsType type1, string text1)
 {
     this._strSportBook = "";
     this._objAccountInfoList = new AccountInformationList();
     this._isToShowLoginURL = false;
     this._isToShowRole = false;
     this._isOddsTypeEnabled = false;
     this._objOddsType = EnumCollection.eOddsType.Malay;
     this._objAccountInfoList = list1;
     this._isToShowLoginURL = flag1;
     this._isToShowRole = flag2;
     this._isOddsTypeEnabled = flag3;
     this._objOddsType = type1;
     this._strSportBook = text1;
 }
예제 #3
0
 protected void UpdateAccountInfoList(AccountInformationList list1, EnumCollection.eOddsType type1)
 {
     try
     {
         this._objAccountInfoList = list1;
         this._objBetOddsType = type1;
         this.SaveAllSettingToFile();
     }
     catch (Exception exception1)
     {
         ProjectData.SetProjectError(exception1);
         Exception exception = exception1;
         this._objErrorLogger.write(this._strName + ": EXCEPTION IN UpdateAccountInfoList: " + exception.Message);
         this.WriteProgramLogger(this._strName + ": EXCEPTION IN UpdateAccountInfoList: " + exception.Message);
         ProjectData.ClearProjectError();
     }
 }
예제 #4
0
 public AccountListLoginManagerUI(AccountInformationList list1, string text1)
 {
     this._objAccountInfoList = list1;
     this._strSportBook = text1;
 }