コード例 #1
0
ファイル: FileTree.cs プロジェクト: micheleissa/dow2-toolbox
 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;
 }