Skip to content

Commit

Permalink
new comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Ailenei committed May 5, 2024
1 parent cacb897 commit b79e9b8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion mainUI/mainUI/DualBoot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private void button3_Click(object sender, EventArgs e)

private async void textBox1_TextChanged(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text.ToUpper();
textBox1.Text = textBox1.Text.ToUpper(); //text
char[] unacceptableLetters = await drive.GetLettersAsync();
string inputText = textBox1.Text.Trim();
if (string.IsNullOrEmpty(inputText))
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit b79e9b8

Please sign in to comment.