Exemple #1
0
        public SharpDXHost()
        {
            this.Focusable = true;

            this.MinWidth = 32;
            this.MinHeight = 32;

            m_control = new MyRenderControl();
        }
        public SharpDXHost()
        {
            this.Focusable = true;

            this.MinWidth  = 32;
            this.MinHeight = 32;

            m_control = new MyRenderControl();
        }