Exemplo n.º 1
0
 // 시작 메뉴 등에서 응용 프로그램을 시작할 때 실행할 코드입니다.
 // 이 코드는 응용 프로그램이 다시 활성화될 때는 실행되지 않습니다.
 private void Application_Launching(object sender, LaunchingEventArgs e)
 {
     AppLoader.Launching(e);
 }