예제 #1
0
 public AppName(string name, CommandVersion version, CommandCopyright copyright)
 {
     this.copyright = copyright;
     this.version   = version;
     this.name      = name;
 }
예제 #2
0
 public AppName(string name, CommandVersion version)
 {
     this.name    = name;
     this.version = version;
     copyright    = CommandCopyright.EMPTY;
 }