mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-13 20:28:33 +10:00
Update about Manager.
This commit is contained in:
@@ -9,6 +9,7 @@ namespace Manager
|
||||
public ManagerShell ()
|
||||
{
|
||||
InitializeComponent ();
|
||||
this.PublicObjectForScripting = new BridgeExt (this, this, this, this);
|
||||
try
|
||||
{
|
||||
var relativePath = DataUtils.VisualElementsStore.Vemanifest.SplashScreenImage (Program.g_appId);
|
||||
@@ -23,6 +24,7 @@ namespace Manager
|
||||
}
|
||||
catch { }
|
||||
InitSize ();
|
||||
Text = Bridge.ResXmlStore.StringRes.Get ("MANAGER_APPTITLE");
|
||||
}
|
||||
private void InitSize ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user