When I click the button, something is written to the Console along with the date, but the time does not update.
Code:
private void button2_Click(object sender, EventArgs e)
{
Console.WriteLine("{0}", data.ToString("HH:mm:ss:fff"));
}
Console: 11: 37: 55: 540 11: 37: 55: 540 11: 37: 55: 540 11: 37: 55: 540