edit
This commit is contained in:
@@ -29,11 +29,6 @@ public partial class MainWindow : Window
|
||||
await ExecuteUiAsync(_viewModel.InitializeAsync);
|
||||
}
|
||||
|
||||
private async void RefreshButton_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
await ExecuteUiAsync(() => _viewModel.RefreshAsync());
|
||||
}
|
||||
|
||||
private async void SyncButton_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
await ExecuteUiAsync(async () =>
|
||||
|
||||
Reference in New Issue
Block a user