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