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