feat: add default buttons.
This commit is contained in:
@@ -17,6 +17,6 @@ public class MessageBoxDemoViewModel: ObservableObject
|
||||
|
||||
private async Task OnDefaultMessageAsync()
|
||||
{
|
||||
await MessageBox.ShowAsync("Hello Message Box");
|
||||
var result = await MessageBox.ShowAsync("Hello Message Box");
|
||||
}
|
||||
}
|
||||
@@ -10,8 +10,6 @@
|
||||
d:DesignHeight="450"
|
||||
d:DesignWidth="800"
|
||||
x:CompileBindings="True"
|
||||
ExtendClientAreaTitleBarHeightHint="48"
|
||||
ExtendClientAreaToDecorationsHint="True"
|
||||
x:DataType="viewModels:MainWindowViewModel"
|
||||
Icon="/Assets/Ursa.ico"
|
||||
mc:Ignorable="d">
|
||||
|
||||
Reference in New Issue
Block a user