public ToolStripAbstractList(string text, ScrapBook scrapbook) : base(text) { this._scrapbook = scrapbook; base.DropDownItems.Clear(); base.DropDownItems.Insert(0, new ToolStripMenuItem("无")); ToolStripEx.BigButtons(this.DropDown); }
// Token: 0x0600053F RID: 1343 RVA: 0x00024730 File Offset: 0x00022930 public ToolStripDustboxList(string text, ScrapBook scrapbook) : base(text, scrapbook) { }