Skip to content

Commit

Permalink
Idk what changed but it yelled at me like I changed something
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Langlais authored and Evan Langlais committed Apr 4, 2017
1 parent 4c16f84 commit b978984
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Enigma/StationsGUI/AdminStationView.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Enigma/StationsGUI/AdminStationView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,12 @@ private void adminTabControl_SelectedIndexChanged(object sender, EventArgs e)

}
}

private void menuSelectionBox_SelectedIndexChanged(object sender, EventArgs e)
{
if (menuSelectionBox.SelectedIndex != 0) {

}
}
}
}

0 comments on commit b978984

Please sign in to comment.