コード例 #1
0
ファイル: MonitorTopicPage.xaml.cs プロジェクト: rphuang/riot
 async private void Delete_Clicked(object sender, EventArgs e)
 {
     Topics.DeleteTopic(_monitorTopic);
     await Navigation.PopModalAsync();
 }