Example #1
0
 private void ButtonClicked(OrderBy orderBy)
 {
     orderBy.AscOrToggle();
     OnChanged(EventArgs.Empty);
 }