Example #1
0
 public static void RegisterLookAndFeel(LookAndFeel lAndF)
 {
   _LookAndFeelMap.Add(lAndF.GetId(), lAndF);
   // set the current look and feel to the newly registered ones
   _currentLookAndFeelId = lAndF.GetId();
   _currentLookAndFeel = lAndF;
 }