Ejemplo n.º 1
0
 public Busy()
 {
     InitializeComponent();
     try
     {
         PrefListModel.Init();
     }
     catch (Exception)
     {
         //ignore
     }
 }