private void back(object sender, RoutedEventArgs e) { Window a = new Others(); a.Show(); this.Close(); }
private void others_Click(object sender, RoutedEventArgs e) { Window others = new Others(); others.Show(); this.Close(); }