Exemple #1
0
        void WriteChanges()
        {
            //Write builder settings
            string xml = BuilderApplication.Instance.ToXml();
            ApplicationBuilderClient client = WCFProxyFactory.CreateApplicationBuilderProxy();

            client.SaveSettingsAsync(SETTINGSCONFIGPATH, xml);
        }