Example #1
0
 private void SaveLogButtonClicked(object sender, RoutedEventArgs e)
 {
     if (LogControl.SaveContent())
     {
         UIApplication.MessageDialogs.Info("LogEntriesSaved".Localize());
     }
 }