コード例 #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");
 }