コード例 #1
0
 static private void CloseFormInternal()
 {
     loadingForm.Close();
     loadingForm = null;
 }
コード例 #2
0
 static private void ShowForm()
 {
     loadingForm = new LoadingForm();
     Application.Run(loadingForm);
 }