Ejemplo n.º 1
0
 static private void CloseFormInternal()
 {
     welcomeSplash.Close();
     welcomeSplash = null;
 }
Ejemplo n.º 2
0
 static private void showForm()
 {
     welcomeSplash = new Welcome();
     Application.Run(welcomeSplash);
 }