コード例 #1
0
 private void saveCommentsInDB(string date, string user_id)
 {
     DataBaseWorker.SaveComments(textBoxComments.Text, date, user_id);
 }