Пример #1
0
 public Welcome()
 {
     InitializeComponent();
     if (SteamGrouper.Properties.Settings.Default.sg_remember)
     {
         this.text_username.Text = SteamGrouper.Properties.Settings.Default.sg_username;
         this.text_password.Text = Interface.Decrypt(SteamGrouper.Properties.Settings.Default.sg_password);
         check_remember.Checked  = true;
     }
     backgroundWorker1.RunWorkerAsync();
     hwid = HWID();
     text_password.GotFocus += text_password_GotFocus;
 }