示例#1
0
 private void CreateAndShowDialog(Exception exception, String title)
 {
     mMainActivity.CreateAndShowDialog(exception.Message, title);
 }