Esempio n. 1
0
 public RsProfileManager()
 {
     Profile = new RsProfileConfig();
 }
        protected void InitializeAsNewProfile(string aPath)
        {
            Profile = new RsProfileConfig();
            base.ProfileXmlFile = aPath;

            InitializeCollections();

            Profile.Version = RsApplicationInfo.VersionString;
            Profile.Settings = new RsSettingsConfig();

            CRSInitLang lLangDlg = new CRSInitLang();
            Profile.Settings.Locale = new RsLocaleConfig();
            lLangDlg.Execute();
        }