|
Vereinsmeisterschaften
22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
|
Public Member Functions | |
| PrepareRacesPage (PrepareRacesViewModel viewModel) | |
Private Member Functions | |
| void | InnerListBoxRace_PreviewMouseWheel (object sender, MouseWheelEventArgs e) |
| Handle the scroll event of the inner list box (used to display one race) and defer the scrolling event to the parent element. | |
Definition at line 8 of file PrepareRacesPage.xaml.cs.
| Vereinsmeisterschaften.Views.PrepareRacesPage.PrepareRacesPage | ( | PrepareRacesViewModel | viewModel | ) |
Definition at line 10 of file PrepareRacesPage.xaml.cs.
|
private |
Handle the scroll event of the inner list box (used to display one race) and defer the scrolling event to the parent element.
Definition at line 20 of file PrepareRacesPage.xaml.cs.