예제 #1
0
 public GeneralFileDropper(IConfig config, IPathsConverter pathsConverter)
     : base(config, pathsConverter)
 {
 }
예제 #2
0
 protected FileDropper(IConfig config, IPathsConverter pathsConverter)
 {
     this.config         = config;
     this.pathsConverter = pathsConverter;
 }
예제 #3
0
 public ProjectFileDropper(IConfig config, IPathsConverter pathsConverter)
     : base(config, pathsConverter)
 {
 }
예제 #4
0
 public ResourcesFileDropper(IConfig config, IPathsConverter pathsConverter)
     : base(config, pathsConverter)
 {
 }
예제 #5
0
 public ShaderFileDropper(IConfig config, IPathsConverter pathsConverter)
     : base(config, pathsConverter)
 {
 }