コード例 #1
0
ファイル: MainMenuViewModel.cs プロジェクト: mtrupkin/StarRL
 void ListControl_SelectedEvent(Option item)
 {
     item.OptionHandler();
 }