예제 #1
0
        public static void Main1()
        {
            AboutBox1 ab1 = new AboutBox1();

            ab1.ShowDialog();
        }
예제 #2
0
        private void ShowAboutBox(object sender, RoutedEventArgs e)
        {
            AboutBox1 ab = new AboutBox1();

            ab.ShowDialog();
        }