SV support improved

This commit is contained in:
Manu
2022-11-28 00:36:50 +01:00
parent 97b5b34dde
commit 9318cd8021
7 changed files with 609 additions and 35 deletions

View File

@@ -371,7 +371,7 @@
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MainWindow";
this.Text = "Switch Gift Data Manager v1.0.0";
this.Text = "Switch Gift Data Manager v1.1.0";
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.FileDragDrop);
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.FileDragEnter);
this.GrpBCAT.ResumeLayout(false);