fixed icons and about

This commit is contained in:
Brendan
2024-05-27 22:48:14 +02:00
parent 9ad885bf1d
commit f1b9b21c60
16 changed files with 4393 additions and 103 deletions

View File

@@ -11,8 +11,13 @@ namespace V_EditorPro
public AboutForm()
{
InitializeComponent();
this.Icon = new Icon("..\\..\\Veditorproicon.ico");
label1.Text = $"V_EditorPro\nVersion 1.0\nOS: {RuntimeInformation.OSDescription}";
}
private void pictureBox1_Click(object sender, EventArgs e)
{
}
}
}