Actualización
This commit is contained in:
@@ -10,7 +10,12 @@ using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace compabetov2
|
||||
|
||||
|
||||
{
|
||||
|
||||
|
||||
|
||||
public partial class MenuPrincipal : Form
|
||||
{
|
||||
private int childFormNumber = 0;
|
||||
@@ -20,6 +25,8 @@ namespace compabetov2
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
|
||||
|
||||
private void ShowNewForm(object sender, EventArgs e)
|
||||
{
|
||||
Form childForm = new Form();
|
||||
@@ -125,5 +132,10 @@ namespace compabetov2
|
||||
|
||||
this.Dispose(true);
|
||||
}
|
||||
|
||||
private void label1_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user