Beispiel #1
0
        private void OnLogClick(object sender, RoutedEventArgs e)
        {
            Guid   RotatioID  = new Guid((sender as TextBlock).Uid);
            string LogContent = LogInfoController.GetRotationLog(RotatioID);

            LogContentView logView = new LogContentView();

            logView.SetLogContent(LogContent);
            logView.ShowDialog();
        }