コード例 #1
0
 private void AddSW()
 {
     try
     {
         SW.Close();
     }
     catch {; }
     SW           = new SingerWindow();
     SW.MdiParent = this;
     SW.Show();
 }