コード例 #1
0
 internal WndPasswordDelete(PasswordDlgMode mode)
     : this()
 {
     m_Mode = mode;
     if (mode == PasswordDlgMode.LoginMain)
     {
         Topmost = true;
     }
 }
コード例 #2
0
 internal WndPasswordDelete(PasswordDlgMode mode)
     : this()
 {
     m_Mode = mode;
     if (mode == PasswordDlgMode.LoginMain)
     {
         Topmost = true;
     }
 }
コード例 #3
0
 internal WndPasswordDelete(PasswordDlgMode mode, string additionalText, string hash)
     : this()
 {
     m_Mode = mode;
     m_AdditionalText = additionalText;
     m_Hash = hash;
     if (mode == PasswordDlgMode.LoginMain)
     {
         Topmost = true;
     }
 }
コード例 #4
0
 internal WndPasswordDelete(PasswordDlgMode mode, string additionalText, string hash)
     : this()
 {
     m_Mode           = mode;
     m_AdditionalText = additionalText;
     m_Hash           = hash;
     if (mode == PasswordDlgMode.LoginMain)
     {
         Topmost = true;
     }
 }