Ejemplo n.º 1
0
        protected override void WndProc(ref Message m)
        {
            if (_dialogCommon != null)
            {
                _dialogCommon.HandleWndProc(m);
            }

            base.WndProc(ref m);
        }