Esempio n. 1
0
        internal static BaseWidget RequestWrapListBox(BaseWidget _parent, IntPtr _widget)
        {
            ListBox widget = new ListBox();

            widget.WrapWidget(_parent, _widget);
            return(widget);
        }
Esempio n. 2
0
 internal static BaseWidget RequestWrapListBox(BaseWidget _parent, IntPtr _widget)
 {
     ListBox widget = new ListBox();
     widget.WrapWidget(_parent, _widget);
     return widget;
 }