Exemplo n.º 1
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);
 }
Exemplo n.º 2
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);
 }