Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.

Commit c51a3cc

Browse files
committed
fix: InitializeComponent Problem
1 parent 7e7ea55 commit c51a3cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plain Craft Launcher 2/Pages/PageInstance/PageInstanceInstall.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ public partial class PageInstanceInstall
2020

2121
public PageInstanceInstall()
2222
{
23-
InitializeComponent();
2423
Initialized += (a, b) => LoaderInit();
2524
Loaded += (a, b) => Init();
25+
InitializeComponent();
2626
}
2727

2828
private void LoaderInit()

0 commit comments

Comments
 (0)