/// <summary> /// Saves the window bounds when close the window. /// </summary> /// <param name="sender">The source of the event.</param> /// <param name="e">Event arguments that contains the event data.</param> private void buttonAssignment_Click(object sender, RoutedEventArgs e) { IFCAssignment assignmentWindow = new IFCAssignment(); assignmentWindow.ShowDialog(); }