Summary description for UserForm.
Inheritance: System.Windows.Forms.Form
Exemple #1
0
 /// <summary>
 /// Shows the UserForm where the name and email of the translator can be set
 /// </summary>
 private void menuItemUserName_Click(object sender, System.EventArgs e)
 {
     UserForm form=new UserForm();
     form.ShowDialog();
 }
Exemple #2
0
        /// <summary>
        /// Shows the UserForm where the name and email of the translator can be set
        /// </summary>
        private void menuItemUserName_Click(object sender, System.EventArgs e)
        {
            UserForm form = new UserForm();

            form.ShowDialog();
        }