mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-05-07 13:37:47 +00:00
EventArgs naming
This commit is contained in:
parent
d83493a498
commit
176da3420d
2 changed files with 8 additions and 8 deletions
|
|
@ -42,7 +42,7 @@ namespace MapControl
|
|||
public string Culture { get; set; }
|
||||
public Uri LogoImageUri { get; private set; }
|
||||
|
||||
private async void OnLoaded(object sender, RoutedEventArgs args)
|
||||
private async void OnLoaded(object sender, RoutedEventArgs e)
|
||||
{
|
||||
Loaded -= OnLoaded;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue