Subo cambios en plena produccion3
This commit is contained in:
Generated
+1
@@ -125,6 +125,7 @@
|
||||
this.button2.TabIndex = 9;
|
||||
this.button2.Text = "Reportes";
|
||||
this.button2.UseVisualStyleBackColor = false;
|
||||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||||
//
|
||||
// button3
|
||||
//
|
||||
|
||||
@@ -248,5 +248,11 @@ namespace compabetov2
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void button2_Click(object sender, EventArgs e)
|
||||
{
|
||||
Estadiscticas verstats = new Estadiscticas();
|
||||
verstats.Show();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user