Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
changed some ui text
  • Loading branch information
amelted authored Sep 25, 2020
1 parent d1feba3 commit e3e2bf4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions QuickNoodle/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions QuickNoodle/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ public partial class Form1 : Form
public Form1()
{
InitializeComponent();
MessageBoxManager.No = "Ok";
MessageBoxManager.Register();
}
dynamic mapObject;

Expand Down Expand Up @@ -699,8 +701,7 @@ private void button3_Click(object sender, EventArgs e)
}
private void label1_Click(object sender, EventArgs e)
{
MessageBoxManager.No = "Ok";
MessageBoxManager.Register();

MessageBox.Show("Why the fuck did you click the text???", "Retard", MessageBoxButtons.YesNo);
}

Expand Down Expand Up @@ -730,7 +731,7 @@ private void button5_Click(object sender, EventArgs e)

private void label1_Click_1(object sender, EventArgs e)
{

MessageBox.Show("Stop clicking my text!!!!", "Baby", MessageBoxButtons.YesNo);
}
// public static bool IsNumeric(this string text) => double.TryParse(text, out _);
}
Expand Down
Binary file modified QuickNoodle/bin/Debug/QuickNoodle.exe
Binary file not shown.
Binary file modified QuickNoodle/bin/Debug/QuickNoodle.pdb
Binary file not shown.

0 comments on commit e3e2bf4

Please sign in to comment.