Exemplo n.º 1
0
 public Rom(string name, Uri url, GameConsole system) : this(name, url.ToString(), system)
 {
 }
Exemplo n.º 2
0
 public Rom(string name, string url, GameConsole system)
 {
     Name        = name;
     DownloadUrl = url;
     System      = system;
 }