Esempio n. 1
0
        private void Button_Click_17(object sender, RoutedEventArgs e)
        {
            Window win = new Effect._3D.WinText3D();

            win.Owner = this;
            win.Show();
        }
Esempio n. 2
0
        private void Button_Click_17(object sender, RoutedEventArgs e)
        {
            Window win = new Effect._3D.WinText3D();

            win.Owner = this;
            win.WindowStartupLocation = WindowStartupLocation.CenterOwner;
            win.Show();
        }