Esempio n. 1
0
 public void ClearUI()
 {
     UILandName.Text = string.Empty;
     UIUserIDPasport.Clear();
     UIUserName.Clear();
     UIUserName2.Clear();
     UIUserName3.Clear();
     UIAddress.Clear();
     IUEMail.Text = "";
 }
Esempio n. 2
0
 public Login()
 {
     InitializeComponent();
     tmpColor = UIUserName.Background;
     UIUserName.Focus();
 }