Example #1
0
        public static SettingsCustomIon Deserialize(XmlReader reader)
        {
            SettingsCustomIon ion = new SettingsCustomIon();

            ion.ReadAttributes(reader);
            return(ion);
        }
Example #2
0
 public static SettingsCustomIon Deserialize(XmlReader reader)
 {
     SettingsCustomIon ion = new SettingsCustomIon() ;
     ion.ReadAttributes(reader);
     return ion;
 }