8
public class MyCommand : ICommand
20
get { return "gnome-run"; }
23
public Type[] SupportedTypes {
31
public Type[] SupportedIndirectTypes {
34
/* typeof (MyIndirectItem) */
39
public void PerformOnItem (IItem item)
42
case "SupportedType1":
47
public void PerformOnItemWithIndirectItem (IItem item, IItem iitem)
50
case "SupportedType1":