コード例 #1
0
 public void ViewLikesExecute()
 {
     try
     {
         OtherLikesView otherLikes = new OtherLikesView(Post);
         otherLikes.ShowDialog();
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.ToString());
     }
 }