Exemplo n.º 1
0
        public void uxFileNewCouplet_Click(object sender, RoutedEventArgs e)
        {
            var coupletWindow = new CoupletWindow();

            Application.Current.MainWindow = coupletWindow;
            coupletWindow.Show();

            this.Close();
        }