예제 #1
0
        public GraphicsTurnerForm(GraphicComponent.GraphicManager man)
        {
            InitializeComponent();

            _app = Application.CreateInstance();
            manager = man;
        }
예제 #2
0
        public GraphicsTurnerForm(GraphicComponent.GraphicManager man)
        {
            InitializeComponent();

            _app    = Application.CreateInstance();
            manager = man;
        }