Exemplo n.º 1
0
 internal static BaseWidget RequestCreateMenuCtrl(BaseWidget _parent, WidgetStyle _style, string _skin, IntCoord _coord, Align _align, string _layer, string _name)
 {
     MenuCtrl widget = new MenuCtrl();
     widget.CreateWidget(_parent, _style, _skin, _coord, _align, _layer, _name);
     return widget;
 }