public ForgotPassword(Dictionary <string, string> loginMap, StartForm startForm)
 {
     InitializeComponent();
     this.loginMap  = loginMap;
     this.startForm = startForm;
     textBox2.UseSystemPasswordChar = true;
 }
Example #2
0
 public PlayForm(Player player, StartForm startForm)
 {
     InitializeComponent();
     this.player    = player;
     this.startForm = startForm;
 }