Exemplo n.º 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);
 }
Exemplo n.º 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;
 }
Exemplo n.º 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);
 }
Exemplo n.º 4
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;
 }