コード例 #1
0
 protected override void OnExit(ExitEventArgs e)
 {
     UIApplication.Close();
     ApplicationContext.Close();
     base.OnExit(e);
 }