Esempio n. 1
0
 private async void MenuButton1_Click(object sender, RoutedEventArgs e)
 {
     var contentDialog = new WritingToot();
     await contentDialog.ShowAsync();
 }
Esempio n. 2
0
 private async void Answer_Click(object sender, RoutedEventArgs e)
 {
     var contentDialog = new WritingToot(toot_id);
     await contentDialog.ShowAsync();
 }