예제 #1
0
파일: Helps.cs 프로젝트: xiongeee/BBX
 public static void AddHelp(string title, string message, int pid)
 {
     Help.AddHelp(title, message, pid);
     DNTCache.Current.RemoveObject("/Forum/helplist");
 }