예제 #1
0
파일: App.xaml.cs 프로젝트: forki/AskMe
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            var window = new BaseWindow(Settings.Default.QuestionnaireFolder, Settings.Default.ResultsPath);
            window.ShowDialog();

            Shutdown();
        }
예제 #2
0
파일: App.xaml.cs 프로젝트: forki/AskMe
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            var window = new BaseWindow(Settings.Default.QuestionnaireFolder, Settings.Default.ResultsPath);

            window.ShowDialog();

            Shutdown();
        }