Example #1
0
 public static FishingBoatForm GetInstance()
 {
     if (_instance == null)
     {
         _instance = new FishingBoatForm();
     }
     return(_instance);
 }
Example #2
0
 private void OnFormClosing(object sender, FormClosingEventArgs e)
 {
     _instance = null;
 }