Inheritance: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged
Ejemplo n.º 1
0
 public static FancyBackgroundManager Initialize()
 {
     if (Instance != null)
     {
         throw new Exception(@"Already initialized");
     }
     return(Instance = new FancyBackgroundManager());
 }
Ejemplo n.º 2
0
 public static FancyBackgroundManager Initialize() {
     if (Instance != null) throw new Exception(@"Already initialized");
     return Instance = new FancyBackgroundManager();
 }