Example #1
0
 public ProjectFileNode(ProjectInfo pi, FiledropsFile fi, Binding showext)
     : base(fi, showext)
 {
     this._pi = pi;
     this.MouseDoubleClick += (sender, args) => { pi.Open(fi); };
 }