Clicks
This commit is contained in:
@@ -77,5 +77,14 @@ namespace compabetov2
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void pictureBox1_Click(object sender, EventArgs e)
|
||||
{
|
||||
personal personal = new personal();
|
||||
|
||||
personal.Show();
|
||||
this.Dispose(true);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user