Beispiel #1
0
 private void LoadLgcs()
 {
     foreach (var lgc in _lgcs.GetAllLgcs())
     {
         lgc.Load();
         LogHelper.Info(lgc.Name + " loading...");
         Csl.Wl(lgc.Name + " loading...");
     }
 }
Beispiel #2
0
 public IEnumerable <CoreLogic> GetLgcs()
 {
     return(_lgcs.GetAllLgcs());
 }