コード例 #1
0
 public void NotTonight()
 {
     CloseWindow();
     log.Info(ClickedNotTonight, "User clicked 'Not tonight' on hibernation warning modal.");
     hibernationService.NotTonight();
 }
コード例 #2
0
 public void NotTonight()
 {
     log.Info("User clicked 'Not tonight' on hibernation prompt.");
     hibernationService.NotTonight();
 }