UpdateUI() public method

public UpdateUI ( System p ) : void
p System
return void
Beispiel #1
0
        public SAAboutForm(SAPreference pref)
        {
            this.Product = pref.ProductName;
            this.Version = pref.Version;
            this.Company = pref.Company;
            this.URL     = pref.URL;

            pref.UpdateUI(this);
        }
Beispiel #2
0
        public SAAboutForm(SAPreference pref)
        {
            this.Product = pref.ProductName;
            this.Version = pref.Version;
            this.Company = pref.Company;
            this.URL = pref.URL;

            pref.UpdateUI(this);
        }
Beispiel #3
0
        public SARegisterForm(SAPreference pref, List <SALicense> lics)
        {
            InitializeComponent();
            this.Text = Translator.Instance.T("зЂВс...");

            this.Preference       = pref;
            this.LicenseInstances = lics;

            pref.UpdateUI(this);
        }
Beispiel #4
0
        public SARegisterForm(SAPreference pref, List<SALicense> lics)
        {
            InitializeComponent();
            this.Text = Translator.Instance.T("ע��...");

            this.Preference = pref;
            this.LicenseInstances = lics;

            pref.UpdateUI(this);
        }