Skip to content

Commit 417834e

Browse files
947956
1 parent bc02bbe commit 417834e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Toolbar/CustomToolbar/ViewModel/ViewModel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,6 @@ private void ZoomComboBox_KeyDown(object sender, KeyEventArgs e)
618618
/// <summary>
619619
/// Wires up event handlers for various UI elements in the custom toolbar,
620620
/// </summary>
621-
622621
private void WireUpEvents()
623622
{
624623
m_customToolbarWindow.Save.Click += new RoutedEventHandler(Save_Click);
@@ -634,7 +633,6 @@ private void WireUpEvents()
634633
/// <summary>
635634
/// UnWire the event handlers from various UI elements in the custom toolbar
636635
/// </summary>
637-
638636
private void UnWireEvents()
639637
{
640638
m_customToolbarWindow.Save.Click -= new RoutedEventHandler(Save_Click);

0 commit comments

Comments
 (0)