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

@@ -13,7 +13,6 @@ namespace V_EditorPro
InitializeComponent();
this.KeyPreview = true;
this.KeyDown += new KeyEventHandler(MainForm_KeyDown);
this.Icon = new Icon("..\\..\\Veditorproicon.ico");
}
private void MainForm_KeyDown(object sender, KeyEventArgs e)