示例#1
0
 public FileTreeDirChangedEventArgs(FSNodeDir parent, FSNode child, FileTreeActions action)
 {
     Parent = parent;
     Child = child;
     Action = action;
 }
示例#2
0
 public FileTreeDirChangedEventArgs(FSNodeDir parent, FSNode child, FileTreeActions action)
 {
     Parent = parent;
     Child  = child;
     Action = action;
 }