Example #1
0
 private void OpenOverlaysForm(object sender, EventArgs e)
 {
     using (OverlaysForm overlaysForm = new OverlaysForm())
     {
         overlaysForm.ShowDialog();
     }
 }
Example #2
0
 private void OpenOverlaysForm(object sender, EventArgs e)
 {
     using (OverlaysForm overlaysForm = new OverlaysForm())
     {
         overlaysForm.ShowDialog();
     }
 }