Exemplo n.º 1
0
 private void ParseCoreSettingXml(XElement xml, WcfCoreSetting setting)
 {
     if (xml.Attribute("EnableUnity") != null)
     {
         setting.EnableUnity = bool.Parse(xml.Attribute("EnableUnity").Value);
     }
 }
Exemplo n.º 2
0
 private void ParseCoreSettingXml(XElement xml, WcfCoreSetting setting)
 {
     if (xml.Attribute("EnableUnity") != null) setting.EnableUnity = bool.Parse(xml.Attribute("EnableUnity").Value);
 }