Update FrmMain.cs

- deleted ;
This commit is contained in:
STAM 2020-02-26 00:31:14 +03:00
parent 0c6f564692
commit 16878cbb32

View File

@ -33,7 +33,6 @@ namespace SteamTest
InitializeComponent();
textBoxTestAppId.Value = (decimal)SOURCE_SDK_BASE_2013_SINGLEPLAYER_APP_ID;
this.Text = Text + " " + Assembly.GetExecutingAssembly().GetName().Version.ToString();
;
}
private void FrmMain_Load(object sender, EventArgs e)