Пример #1
0
 private void dateTimePicker1_ValueChanged(object sender, EventArgs e)
 {
     _controller.DateChange(dateTimePicker1.Text);
 }