コード例 #1
0
ファイル: ButtonHandler.Android.cs プロジェクト: sattew/maui
 public void OnClick(IButton?button, AView?v)
 {
     button?.Clicked();
 }