public MinecraftProcess(Process minecraftProcess, BroLauncher launcherForm, Profile profile)
 {
     _launcherForm       = launcherForm;
     _profile            = profile;
     _minecraftProcess   = minecraftProcess;
     _outputInfoBuilder  = new StringBuilder();
     _outputErrorBuilder = new StringBuilder();
 }
 public servManager(ChromiumWebBrowser chromeBrowser, BroLauncher broLauncher)
 {
     this.chromeBrowser = chromeBrowser;
     this.broLauncher   = broLauncher;
 }