Beispiel #1
0
 private void LoadHomeView()
 {
     _controller.TextError(LogHandler.ErrorCounter.ToString());
     _controller.TextWarning(LogHandler.WarningCounter.ToString());
     _controller.TextInfo(LogHandler.InfoCounter.ToString());
     _controller.DbConnected(_logic.StatusDB);
     _controller.TextMsgInDB(_logic.GetCurrentRowsFromData().ToString());
 }