mirror of
https://github.com/EpicMorg/SteamPathsLib.git
synced 2025-04-10 03:10:03 +03:00
Update FrmMain.cs
- deleted ;
This commit is contained in:
parent
0c6f564692
commit
16878cbb32
@ -33,7 +33,6 @@ namespace SteamTest
|
|||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
textBoxTestAppId.Value = (decimal)SOURCE_SDK_BASE_2013_SINGLEPLAYER_APP_ID;
|
textBoxTestAppId.Value = (decimal)SOURCE_SDK_BASE_2013_SINGLEPLAYER_APP_ID;
|
||||||
this.Text = Text + " " + Assembly.GetExecutingAssembly().GetName().Version.ToString();
|
this.Text = Text + " " + Assembly.GetExecutingAssembly().GetName().Version.ToString();
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void FrmMain_Load(object sender, EventArgs e)
|
private void FrmMain_Load(object sender, EventArgs e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user