public InterruptsWindow(OperatingSystemMainWindow osParent) { this.mainParent = null; this.osParent = osParent; InitializeComponent(); currentInstance = this; SetInterruptWindowInstance(); }
public InterruptsWindow(MainWindow mainParent) { this.mainParent = mainParent; this.osParent = null; InitializeComponent(); currentInstance = this; SetInterruptWindowInstance(); }
private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e) { currentInstance = null; SetInterruptWindowInstance(); }