Menu v2
This commit is contained in:
@@ -42,6 +42,13 @@ namespace compabetov2
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
private void horafecha_Tick(object sender, EventArgs e)
|
||||
{
|
||||
lblhora.Text = DateTime.Now.ToString("h:mm:ss");
|
||||
lblfecha.Text = DateTime.Now.ToLongDateString();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user