Subo cambios en plena produccion3
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using compabetov2.database;
|
||||
using compabetov2.database.modelos;
|
||||
using compabetov2.Empleados;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
@@ -182,5 +183,11 @@ namespace compabetov2
|
||||
agregarmermas.Owner = this;
|
||||
agregarmermas.Show();
|
||||
}
|
||||
|
||||
private void button2_Click(object sender, EventArgs e)
|
||||
{
|
||||
Estadiscticas verstats = new Estadiscticas();
|
||||
verstats.Show();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user