Inheritance: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged
Exemple #1
0
 public static void Initialize(string forced = null)
 {
     if (Instance != null)
     {
         throw new Exception(@"Already initialized");
     }
     Instance = new SteamIdHelper(forced);
 }
Exemple #2
0
 public static SteamIdHelper Initialize(string forced = null) {
     if (Instance != null) throw new Exception(@"Already initialized");
     return Instance = new SteamIdHelper(forced);
 }