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}";
|
Text = $"{Size.Width}x{Size.Height}";
|
||||||
if (mode == 2)
|
if (mode == 2)
|
||||||
new Form1(iter_num+1, mode).ShowDialog();
|
new Form1(iter_num+1, mode).ShowDialog();
|
||||||
|
DateTime.Parse("17:30");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void pictureBox1_Click(object sender, EventArgs e)
|
private void pictureBox1_Click(object sender, EventArgs e)
|
||||||
|
@ -33,8 +34,10 @@ namespace RecurseWindowTest
|
||||||
e.Cancel = true;
|
e.Cancel = true;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if (Size.Width < 300)
|
if (Size.Width < 250)
|
||||||
Application.Exit();
|
Environment.Exit(0);
|
||||||
|
else
|
||||||
|
e.Cancel = true;
|
||||||
/*else
|
/*else
|
||||||
new Form1(iter_num + 1, mode).ShowDialog();*/
|
new Form1(iter_num + 1, mode).ShowDialog();*/
|
||||||
break;
|
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