示例#1
0
文件: AoItem.cs 项目: deathlef/VhaBot
 public string ToLink()
 {
     return(HTML.CreateItem(this.Name, this.LowID, this.HighID, this.QL));
 }
示例#2
0
 public void AppendItem(string name, int lowID, int highID, int QL, bool disableStyle)
 {
     this._builder.Append(HTML.CreateItem(name, lowID, highID, QL, disableStyle, this._innerQuotes));
 }