Exemplo n.º 1
0
 void ShowGetStartedDialog()
 {
     using (GetStartedForm form = new GetStartedForm())
     {
         form.ShowDialog(this);
     }
 }