private void About(object sender, RoutedEventArgs e) { winAbout myabout = new winAbout(); myabout.ShowDialog(); }