Beispiel #1
0
 public static async void TryExit()
 {
     if (await mdNote.Pages.MainPage.Editor.CheckModificationsAsync())
     {
         ExitService.Exit();
     }
 }
Beispiel #2
0
 public ExitServiceTests()
 {
     _exitService = new ExitService();
 }