private void rotate_btn_Click(object sender, RoutedEventArgs e) { Window win = new RotateWindow(); win.Show(); }