Exemple #1
0
 private void Connector_LocationChanged(object sender, LocationEventArgs e)
 {
     InitialPath();
 }
 private void OnLocationChanged(LocationEventArgs e)
 {
     LocationChanged?.Invoke(this, e);
 }