Ejemplo n.º 1
0
 // Token: 0x06000102 RID: 258 RVA: 0x00007234 File Offset: 0x00005434
 public void RemoveCommand(ToolCommand removeCmd)
 {
     LayerCommands.Remove((LayerCommand)removeCmd);
     RefreshLayer();
 }
Ejemplo n.º 2
0
 // Token: 0x06000100 RID: 256 RVA: 0x000070D4 File Offset: 0x000052D4
 public void AddCommand(ToolCommand addCmd)
 {
     LayerCommands.Add((LayerCommand)addCmd);
     addCmd.Parent = this;
     RefreshLayer();
 }