This commit is contained in:
stax76
2017-09-02 05:42:25 +02:00
parent 1bbaae873a
commit 215718dd63
2 changed files with 3 additions and 9 deletions

View File

@@ -139,12 +139,6 @@ namespace mpvnet
MsgException(e);
}
private void About()
{
mpv.Command("show-text", Application.ProductName + " v" + Application.ProductVersion.ToString() +
"\nCopyright (c) 2017 stax76\nGPL License", "5000");
}
private void Mpv_VideoSizeChanged()
{
BeginInvoke(new Action(() => SetFormPosSize()));