18 |
string EmuPath { get; } |
string EmuPath { get; } |
19 |
string EmuOptions { get; } |
string EmuOptions { get; } |
20 |
string EmuRomPath { get; set; } |
string EmuRomPath { get; set; } |
21 |
|
string ToString(); |
22 |
} |
} |
23 |
|
|
24 |
|
|
191 |
public string EmuRomPath { get; set; } |
public string EmuRomPath { get; set; } |
192 |
#endregion |
#endregion |
193 |
|
|
194 |
|
public override string ToString() |
195 |
|
{ |
196 |
|
return string.Format("{2} {0}{3}{1}","{","}", PlatformNameLong,PlatformNameShort); |
197 |
|
} |
198 |
#region IComparable Members |
#region IComparable Members |
199 |
|
|
200 |
public int CompareTo(object obj) |
public int CompareTo(object obj) |