Example #1
0
        protected override void OnClick(EventArgs e)
        {
            base.OnClick(e);
            if (menuCommand == null)
            {
                LoadClass();
            }

            if (menuCommand != null)
            {
                menuCommand.Run();
            }
        }