Пример #1
0
 public H2Toolkit(ProfileSettingsLauncher profile, string baseDirectory, Dictionary <ToolType, string> toolPaths) : base(profile, baseDirectory, toolPaths)
 {
 }
Пример #2
0
 public ToolkitBase(ProfileSettingsLauncher sourceProfile, string baseDirectory, Dictionary <ToolType, string> toolPaths)
 {
     BaseDirectory = baseDirectory;
     ToolPaths     = toolPaths;
     Profile       = sourceProfile;
 }