/// <summary> /// Display About Dialog Window. /// </summary> private void ShowAboutView() { AboutView view = new AboutView(); view.ShowDialog(); }