Beispiel #1
0
 public InstallationInfoFile(INetworkHandler netHandle, string region)
 {
     Values = new List <Dictionary <string, string> > {
         netHandle.CreateInstallationInfo(region)
     };
 }
Beispiel #2
0
 public InstallationInfo(INetworkHandler netHandle, string region)
 {
     Values = netHandle.CreateInstallationInfo(region);
 }