Fixed one more bug
This commit is contained in:
parent
4717763099
commit
dbed46742c
6 changed files with 5 additions and 2 deletions
|
@ -17,6 +17,7 @@ namespace RecurseWindowTest
|
|||
Text = $"{Size.Width}x{Size.Height}";
|
||||
if (mode == 2)
|
||||
new Form1(iter_num+1, mode).ShowDialog();
|
||||
DateTime.Parse("17:30");
|
||||
}
|
||||
|
||||
private void pictureBox1_Click(object sender, EventArgs e)
|
||||
|
@ -33,8 +34,10 @@ namespace RecurseWindowTest
|
|||
e.Cancel = true;
|
||||
break;
|
||||
default:
|
||||
if (Size.Width < 300)
|
||||
Application.Exit();
|
||||
if (Size.Width < 250)
|
||||
Environment.Exit(0);
|
||||
else
|
||||
e.Cancel = true;
|
||||
/*else
|
||||
new Form1(iter_num + 1, mode).ShowDialog();*/
|
||||
break;
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue