Exemple #1
0
 /// <summary>
 /// Set the login type. This method has no effect is the login process
 /// is under way.
 /// </summary>
 public void SetLoginType(KwsLoginType type)
 {
     if (m_ks.LoginStatus == KwsLoginStatus.LoggingIn)
     {
         return;
     }
     m_kws.KcdLoginHandler.SetLoginType(type);
 }
Exemple #2
0
 /// <summary>
 /// Set the login type. This method shouldn't be called outside the
 /// state machine.
 /// </summary>
 public void SetLoginType(KwsLoginType type)
 {
     m_loginType = type;
 }
Exemple #3
0
 /// <summary>
 /// Set the login type. This method has no effect is the login process
 /// is under way.
 /// </summary>
 public void SetLoginType(KwsLoginType type)
 {
     if (m_ks.LoginStatus == KwsLoginStatus.LoggingIn) return;
     m_kws.KcdLoginHandler.SetLoginType(type);
 }
 /// <summary>
 /// Set the login type. This method shouldn't be called outside the
 /// state machine.
 /// </summary>
 public void SetLoginType(KwsLoginType type)
 {
     m_loginType = type;
 }