예제 #1
0
파일: app.xaml.cs 프로젝트: wzchua/docs
        void AppStartingUp(object sender, StartupEventArgs e)
        {
            SampleViewer mainWindow = new SampleViewer();

            mainWindow.Show();
        }
예제 #2
0
		void AppStartingUp(object sender, StartupEventArgs e)
		{
         SampleViewer mainWindow = new SampleViewer();
         mainWindow.Show();
      }