Пример #1
0
 void MouseDoubleClick(object sender, MouseEventArgs e)
 {
     UI.Dialogs.LightMarkerDialog lmd = new UI.Dialogs.LightMarkerDialog(this);
     lmd.ShowDialog();
 }
Пример #2
0
 void MouseDoubleClick(object sender, MouseEventArgs e)
 {
     UI.Dialogs.LightMarkerDialog lmd = new UI.Dialogs.LightMarkerDialog(this);
     lmd.ShowDialog();
 }