private void timer_Tick(object sender, EventArgs e) { timerChange.Content = DateTime.Now.ToString("HH:mm:ss"); lblDate.Content = SysBLL.getDate(); }