Exemplo n.º 1
0
 public H2Toolkit(ProfileSettingsLauncher profile, string baseDirectory, Dictionary <ToolType, string> toolPaths) : base(profile, baseDirectory, toolPaths)
 {
 }
Exemplo n.º 2
0
 public ToolkitBase(ProfileSettingsLauncher sourceProfile, string baseDirectory, Dictionary <ToolType, string> toolPaths)
 {
     BaseDirectory = baseDirectory;
     ToolPaths     = toolPaths;
     Profile       = sourceProfile;
 }