Exemplo n.º 1
0
 private void frmVerify_Load(object sender, EventArgs e)
 {
     textBoxFlat1.Text    = DataUseForSecurity.GenKeySendToAdmin();
     lblWebChinhThuc.Text = Properties.Settings.Default.WebChinhThuc;
 }
Exemplo n.º 2
0
 private void btnGuiAdmin_Click(object sender, EventArgs e)
 {
     txtBanMa.Text = DataUseForSecurity.GenKeySendToAdmin();
 }