Ejemplo n.º 1
0
 public static void Back()
 {
     if (PageManageEx.Back())
     {
         return;
     }
     else
     {
         Setting.SaveDispose();
         DownloadPage.SaveMission(() => {
             Application.Current.Exit();
         });
     }
 }