示例#1
0
        public virtual void DrawType(XBaseWindow window)
        {
            XBaseWindow.DoButton("Type", () => {
                XCodeTypeTemplate.SelectType(x => type = x);
            });

            memberAttribute = (MemberAttributes)XBaseWindow.CreateEnumPopup(memberAttribute);
        }
示例#2
0
 public void Draw(XBaseWindow window)
 {
     window.DoButton("Type", () => {
         XCodeTypeTemplate.SelectType(x => type = x);
     });
 }