public void Unlock(ISimulationEntityCore _core)
 {
     core = _core;
     core.View.MouseDoubleClick += SelectElement;
 }
Exemple #2
0
 public void Unlock(ISimulationEntityCore _core)
 {
     core = _core;
     core.View.MouseLeftButtonDown += SelectElement;
 }