コード例 #1
0
ファイル: CustomIon.cs プロジェクト: tomas-pluskal/pwiz
        public static SettingsCustomIon Deserialize(XmlReader reader)
        {
            SettingsCustomIon ion = new SettingsCustomIon();

            ion.ReadAttributes(reader);
            return(ion);
        }
コード例 #2
0
ファイル: CustomIon.cs プロジェクト: lgatto/proteowizard
 public static SettingsCustomIon Deserialize(XmlReader reader)
 {
     SettingsCustomIon ion = new SettingsCustomIon() ;
     ion.ReadAttributes(reader);
     return ion;
 }