Пример #1
0
 public static EditCargoWindow GetInstance()
 {
     if (_Instance == null)
     {
         _Instance = new EditCargoWindow();
     }
     return(_Instance);
 }
Пример #2
0
 private void Dispose(object sender, EventArgs e)
 {
     _Instance = null;
 }