Пример #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)
 {
 }