Exemplo n.º 1
0
        private void PreviousPage_Click(object sender, RoutedEventArgs e)
        {
            Startwindow start_win = new Startwindow();

            start_win.Show();
            this.Close();
        }
Exemplo n.º 2
0
 public Startwindow()
 {
     InitializeComponent();
     reftostart = this;
 }