Ejemplo n.º 1
0
 public static ReceivedMaterialEditWindow GetInstance()
 {
     if (instance == null)
     {
         instance = new ReceivedMaterialEditWindow();
     }
     return(instance);
 }
Ejemplo n.º 2
0
 private void Window_Unloaded(object sender, RoutedEventArgs e)
 {
     instance = null;
 }