Ejemplo n.º 1
0
        public virtual void CreateHandle(CreateParams cp)
        {
            if (cp != null)
            {
                WindowCreating = this;
                window_handle  = XplatUI.CreateWindow(cp);
                WindowCreating = null;

                if (window_handle != IntPtr.Zero)
                {
                    AddToTable(this);
                }
            }
        }