コード例 #1
0
 public static void MapColor(ButtonHandler handler, IButton button)
 {
     ViewHandler.CheckParameters(handler, button);
     handler.TypedNativeView?.UpdateColor(button);
 }
コード例 #2
0
 public static void MapText(ButtonHandler handler, IButton button)
 {
 }