示例#1
0
        public Allocator(Control control)
        {
            parentControl = control;
            scene = new PlaneScene();

            Device.IsUsingEventHandlers = false;

            CreateDevice();
        }
示例#2
0
        public Allocator(Control control)
        {
            parentControl = control;
            scene         = new PlaneScene();

            Device.IsUsingEventHandlers = false;

            CreateDevice();
        }