Ejemplo n.º 1
0
 internal void ExecOnDoubleClick()
 {
     if (commands != null && location != null)
     {
         WithCommands(delegate() { commands.OnDoubleClick(this); });
     }
 }
Ejemplo n.º 2
0
 internal void ExecOnDoubleClick()
 {
     if (commands != null && location != null)
     {
         commands.OnDoubleClick(this);
     }
 }