コード例 #1
0
ファイル: EmailSupport.cs プロジェクト: sandatan/reportsmart
 public CEmailProfile(CEmailProfileManager aManager, XmlNode aNode) : base(aNode)
 {
     _ProfileManager = aManager;
 }
コード例 #2
0
ファイル: EmailSupport.cs プロジェクト: sandatan/reportsmart
 public CEmailProfile(CEmailProfileManager aManager, string aID, bool aIsNew) : base(XML_SMPTPROFILE, aID, aManager.DataNode, aIsNew)
 {
     _ProfileManager = aManager;
 }