예제 #1
0
 protected POSIXPlatform(UnderConstructionFlags underConstruction)
     : base(underConstruction)
 {
 }
예제 #2
0
 public GVFSPlatform(UnderConstructionFlags underConstruction)
 {
     this.UnderConstruction = underConstruction;
 }
예제 #3
0
 public GVFSPlatform(string executableExtension, string installerExtension, UnderConstructionFlags underConstruction)
 {
     this.Constants         = new GVFSPlatformConstants(executableExtension, installerExtension);
     this.UnderConstruction = underConstruction;
 }
예제 #4
0
 public ScalarPlatform(UnderConstructionFlags underConstruction)
 {
     this.UnderConstruction = underConstruction;
 }