Skip to content

Commit

Permalink
progress in #41
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoodramzani committed Oct 16, 2015
1 parent b7d1f48 commit d569b33
Show file tree
Hide file tree
Showing 8 changed files with 72 additions and 80 deletions.
8 changes: 0 additions & 8 deletions IndustrialMonitoring/ChartLiveData.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ private void InitChart()
catch (Exception ex)
{
Logger.LogIndustrialMonitoring(ex);
MessageBox.Show(ex.Message);
}
}

Expand All @@ -160,7 +159,6 @@ private void AIO_OnLoaded(object sender, RoutedEventArgs e)
catch (Exception ex)
{
Logger.LogIndustrialMonitoring(ex);
MessageBox.Show(ex.Message);
}
}

Expand All @@ -182,7 +180,6 @@ public void Start()
catch (Exception ex)
{
Logger.LogIndustrialMonitoring(ex);
MessageBox.Show(ex.Message);
}
}

Expand All @@ -197,7 +194,6 @@ public void Stop()
catch (Exception ex)
{
Logger.LogIndustrialMonitoring(ex);
MessageBox.Show(ex.Message);
}
}

Expand All @@ -218,7 +214,6 @@ private void ShowLiveData(object state)
catch (Exception ex)
{
Logger.LogIndustrialMonitoring(ex);
MessageBox.Show(ex.Message);
}
}

Expand Down Expand Up @@ -265,7 +260,6 @@ private void ShowLiveDataUI()
catch (Exception ex)
{
Logger.LogIndustrialMonitoring(ex);
MessageBox.Show(ex.Message);
}
}

Expand All @@ -280,7 +274,6 @@ private void ShowAnimation(object state)
catch (Exception ex)
{
Logger.LogIndustrialMonitoring(ex);
MessageBox.Show(ex.Message);
}
}

Expand All @@ -306,7 +299,6 @@ private void ShowAnimationUI()
catch (Exception ex)
{
Logger.LogIndustrialMonitoring(ex);
MessageBox.Show(ex.Message);
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions IndustrialMonitoring/DialogSetTime.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private void ApplyTime()
catch (Exception ex)
{
Logger.LogIndustrialMonitoring(ex);
MessageBox.Show(ex.Message);

}
}

Expand All @@ -69,7 +69,7 @@ private void DialogSetTime_OnLoaded(object sender, RoutedEventArgs e)
catch (Exception ex)
{
Logger.LogIndustrialMonitoring(ex);
MessageBox.Show(ex.Message);

}
}

Expand All @@ -83,7 +83,7 @@ private void ButtonApply_OnClick(object sender, RoutedEventArgs e)
catch (Exception ex)
{
Logger.LogIndustrialMonitoring(ex);
MessageBox.Show(ex.Message);

}
}
}
Expand Down
Loading

0 comments on commit d569b33

Please sign in to comment.