removed the border around the text box and fixed the "Open With" function

This commit is contained in:
Brendan
2024-05-31 22:32:59 +02:00
parent e16091be31
commit 4c52a98373
6 changed files with 57 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ namespace V_EditorPro
{
InitializeComponent();
label1.Text = $"V_EditorPro\nVersion 1.0\nOS: {RuntimeInformation.OSDescription}";
label1.Text = $"V_EditorPro\nVersion 1.1\nOS: {RuntimeInformation.OSDescription}";
}
private void pictureBox1_Click(object sender, EventArgs e)