Inheritance: SettingsContainer
示例#1
0
        public void Demo()
        {
            var c = new AllSettings();

            string clientId     = c.AuthClientId;
            string clientSecret = c.AuthClientSecret;

            c.AuthClientId.Write("new value");
        }
示例#2
0
        public void Demo()
        {
            var c = new AllSettings();

             string clientId = c.AuthClientId;
             string clientSecret = c.AuthClientSecret;

             c.AuthClientId.Write("new value");
        }