Example #1
0
 private void m_ButtonSetLang_Click(object sender, EventArgs e)
 {
     try
     {
         string strMainPwd = m_SerialNoControlLang.GetText();
         SetPassword(strMainPwd, 1);
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.Message, ResString.GetProductName(), MessageBoxButtons.OK, MessageBoxIcon.Error);
     }
 }
Example #2
0
        private void m_ButtonSetUv_Click(object sender, System.EventArgs e)
        {
            string strMainPwd = m_serialNoControl_uv.GetText();

            SetPassword(strMainPwd, 3);
        }
Example #3
0
        private void m_ButtonSetLang_Click(object sender, System.EventArgs e)
        {
            string strMainPwd = m_SerialNoControlLang.GetText();

            SetPassword(strMainPwd, 1);
        }