Exemplo n.º 1
0
 /// <summary>
 /// Show the form.
 /// </summary>
 public void Show()
 {
     if (isFormReadOnly)
     {
         myForm.Enabled = false;
     }
     else
     {
         myForm.Enabled = true;
     }
     myForm.Show();
 }