コード例 #1
0
        private void axTrueConfCallX1_OnXLoginError(object sender, AxTrueConf_CallXLib._ITrueConfCallXEvents_OnXLoginErrorEvent e)
        {
            toolStripStatusLogin.Text = "Login error!"; //show login status
            Auth auth = new Auth();                     //open authorization dialog again

            auth.ShowDialog();
        }
コード例 #2
0
        private void axTrueConfCallX1_OnXLoginError(object sender, AxTrueConf_CallXLib._ITrueConfCallXEvents_OnXLoginErrorEvent e)
        {
            MessageBox.Show("Login error!"); //show message about error login
            Auth auth = new Auth();          //open authorization dialog again

            auth.ShowDialog();
        }
コード例 #3
0
 private void Sdk_OnXLoginError(object sender, AxTrueConf_CallXLib._ITrueConfCallXEvents_OnXLoginErrorEvent e)
 {
     statusLblLogin.Text = "Logged out";                                       //update login status
     LoginForm.status    = "Login error. Check your auth data and try again."; //send message to LoginForm
     Close();                                                                  //closing this form to open LoginForm again
 }
コード例 #4
0
 private void Sdk_OnXLoginError(object sender, AxTrueConf_CallXLib._ITrueConfCallXEvents_OnXLoginErrorEvent e)
 {
     sdk.getAppState(); //get the app state changing
 }