mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-06-26 08:16:15 -04:00
8 lines
207 B
C#
8 lines
207 B
C#
namespace HangoverAvalonia.Views;
|
|
|
|
public partial class MainWindow
|
|
{
|
|
public async void Execute_Click(object sender, Avalonia.Interactivity.RoutedEventArgs e)
|
|
=> await _viewModel.ExecuteQueryAsync();
|
|
}
|