Exemple #1
0
        private void LoginForm_Load(object sender, EventArgs e)
        {
            SignupGroup.Hide();
            //i like century gothic, change font face and size to suit
            ProjectNameLabel.Font = new Font("Century Gothic", 18);

            ProjectNameLabel.Text               = ProjectNameLabel.Text + PROJECTNAME;
            PasswordTextBox.PasswordChar        = '*';
            ConfirmPasswordTextBox.PasswordChar = '*';
        }
Exemple #2
0
 private void NewUserButton_Click(object sender, EventArgs e)
 {
     SignupGroup.Show();
 }