Microsoft.Xades.NoticeRef.NoticeRef C# (CSharp) Méthode

NoticeRef() public méthode

Default constructor
public NoticeRef ( ) : System
Résultat System
		public NoticeRef()
		{
			this.noticeNumbers = new NoticeNumbers();
		}
		#endregion