This commit is contained in:
2024-01-19 14:00:32 +00:00
parent 7c7c99dad4
commit 1dd49720e1
18 changed files with 857 additions and 7 deletions

View File

@@ -16,10 +16,10 @@ namespace WindowsFormsApp1
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
outputLabel1.Text = textBox1.Text;
outputLabel1.ForeColor = Color.Red;
}
}
}