public FolderListItem(string path, AllowSearch allowSearch, bool changeButton) { this.path = path; this.controls = new List <FLIControl>(); this.allowSearch = allowSearch; this.hasChangeButton = changeButton; this.itemBorder = new Padding(0); }
public FolderListItem(string path, AllowSearch allowSearch, bool changeButton) { this.path = path; this.controls = new List<FLIControl>(); this.allowSearch = allowSearch; this.hasChangeButton = changeButton; this.itemBorder = new Padding(0); }