Добавление кнопки

This commit is contained in:
Slivin
2026-01-28 16:02:24 +03:00
parent bc123becf7
commit bf4f1cd6b4
2 changed files with 18 additions and 0 deletions
+5
View File
@@ -6,5 +6,10 @@ namespace Slivin_PR03_GIT
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
MessageBox.Show(DateTime.Now.ToString());
}
}
}