mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-07 22:59:14 +08:00
Update Version Show
This commit is contained in:
parent
c6c6cab1b3
commit
ddb69f0e7d
@ -18,10 +18,6 @@ namespace GrasscutterTools
|
|||||||
public FormMain()
|
public FormMain()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|
||||||
Version version = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
|
|
||||||
Text += " - by jie65535 - v" + version.ToString(3);
|
|
||||||
|
|
||||||
Icon = Resources.IconGrasscutter;
|
Icon = Resources.IconGrasscutter;
|
||||||
LoadSettings();
|
LoadSettings();
|
||||||
}
|
}
|
||||||
@ -29,7 +25,9 @@ namespace GrasscutterTools
|
|||||||
private void FormMain_Load(object sender, EventArgs e)
|
private void FormMain_Load(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
MultiLanguage.LoadLanguage(this, typeof(FormMain));
|
MultiLanguage.LoadLanguage(this, typeof(FormMain));
|
||||||
|
Version version = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
|
||||||
|
Text += " - by jie65535 - v" + version.ToString(3);
|
||||||
|
|
||||||
GameData.LoadResources();
|
GameData.LoadResources();
|
||||||
|
|
||||||
InitArtifactList();
|
InitArtifactList();
|
||||||
|
Loading…
Reference in New Issue
Block a user