This commit is contained in:
Frank Skare
2019-03-17 20:56:10 +01:00
parent 91a67c29a7
commit 3fd1285ad8
4 changed files with 29 additions and 24 deletions

View File

@@ -52,7 +52,6 @@
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "mpv.net";
this.Load += new System.EventHandler(this.MainForm_Load);
this.ResumeLayout(false);
}