EzConfig.Others.SelectConfig(Application.StartupPath + @"/Example", true);
EzConfig.Others.SelectConfig(Application.StartupPath + @"/Example");
EzConfig.Others.CreateConfig();
EzConfig.WriteValue("Section", "KeyName", "Value");
EzConfig.ReadValue("Section", "KeyName");