Exemplo n.º 1
0
 void MouseDoubleClick(object sender, MouseEventArgs e)
 {
     UI.Dialogs.LightMarkerDialog lmd = new UI.Dialogs.LightMarkerDialog(this);
     lmd.ShowDialog();
 }
Exemplo n.º 2
0
 void MouseDoubleClick(object sender, MouseEventArgs e)
 {
     UI.Dialogs.LightMarkerDialog lmd = new UI.Dialogs.LightMarkerDialog(this);
     lmd.ShowDialog();
 }