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

            Device.IsUsingEventHandlers = false;

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

            Device.IsUsingEventHandlers = false;

            CreateDevice();
        }