Exemplo n.º 1
0
        public void AddCustomHandler(object sender, EventArgs args)
        {
            CustomAction customAction = new CustomAction(Item.EnclosingStructure);

            customAction.CreateCustomAction = AddAction;
            customAction.ShowDialog();
        }
 public void AddCustomHandler(object sender, EventArgs args)
 {
     CustomAction customAction = new CustomAction(Item.EnclosingStructure);
     customAction.CreateCustomAction = AddAction;
     customAction.ShowDialog();
 }