private void WindowAbout() { AboutSystem aboutSystem = new AboutSystem(); aboutSystem.ShowDialog(); }
private void Help() { //throw new NotImplementedException(); AboutSystem aboutSystem = new AboutSystem(); aboutSystem.ShowDialog(); }