예제 #1
0
 //////////////////////////////////////////////////////////////////////////
 public void ActivateObject(ActiveObjectSlot Slot, IActionProvider Obj)
 {
     ActiveObjectSlots[(int)Slot] = Obj;
     StripBuilder.RefreshManagedToolStrips();
 }
 //////////////////////////////////////////////////////////////////////////
 public void ActivateObject(ActiveObjectSlot Slot, IActionProvider Obj)
 {
     ActiveObjectSlots[(int)Slot] = Obj;
     StripBuilder.RefreshManagedToolStrips();
 }