예제 #1
0
        protected override void  intializeGLContextMenu()
        {
            NormalContext context = new NormalContext();

            this.GLContextMenu = context.getSelectedContextMenu();
        }
예제 #2
0
        virtual protected void intializeGLContextMenu()
        {
            NormalContext context = new NormalContext();

            this.GLContextMenu = context.getContextMenu();
        }