mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-14 12:48:27 +10:00
Update about Manager.
This commit is contained in:
19
Manager/LoadingStatusForm.cs
Normal file
19
Manager/LoadingStatusForm.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System.Windows.Forms;
|
||||
using Bridge;
|
||||
|
||||
namespace Manager
|
||||
{
|
||||
public partial class LoadingStatusForm: Form
|
||||
{
|
||||
public LoadingStatusForm ()
|
||||
{
|
||||
InitializeComponent ();
|
||||
label1.Text = ResXmlStore.StringRes.Get ("MANAGER_APP_SHORTCUTCREATE_LOADING");
|
||||
}
|
||||
public string TipText
|
||||
{
|
||||
get { return label1.Text; }
|
||||
set { label1.Text = value; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user