Progress
This commit is contained in:
@@ -16,5 +16,33 @@ namespace compabetov2
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void mermas_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void horafecha_Tick(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void horafecha_Tick_1(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void horafecha_Tick_2(object sender, EventArgs e)
|
||||
{
|
||||
lblhora.Text = DateTime.Now.ToString("h:mm:ss");
|
||||
lblfecha.Text = DateTime.Now.ToLongDateString();
|
||||
}
|
||||
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
{
|
||||
MenuPrincipal menuPrincipal = new MenuPrincipal();
|
||||
menuPrincipal.Show();
|
||||
this.Dispose(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user