示例#1
0
 public static void UpdateTeacherInfo(string title, string nick)
 {
     ChatServer.DataWriter check = new ChatServer.DataWriter(nick);
     check.InsertSubject(title);
 }