コード例 #1
0
 private void ADD(object sender, RoutedEventArgs e)
 {
     postServices.AddComment(Text.Text, postId);
     this.Close();
 }