コード例 #1
0
ファイル: ToolbarWrapper.cs プロジェクト: kevin-ye/hangar
        internal ToolbarTypes()
        {
            iToolbarManagerType = getType("Toolbar.IToolbarManager");
            functionVisibilityType = getType("Toolbar.FunctionVisibility");
            functionDrawableType = getType("Toolbar.FunctionDrawable");

            Type iButtonType = getType("Toolbar.IButton");
            button = new ButtonTypes(iButtonType);
        }