Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GroupsNodeXmlBuilder" /> class.
 /// </summary>
 /// <param name="ressourcesInfo">
 /// The ressources information.
 /// </param>
 public GroupsNodeXmlBuilder(RessourcesEditInfo ressourcesInfo)
 {
     this._ressourceInfo = ressourcesInfo ?? throw new ArgumentNullException(nameof(ressourcesInfo));
 }
Exemple #2
0
 public RessourceXmlBuilder(RessourcesEditInfo info)
 {
     this._editInfo = info ?? throw new ArgumentNullException(nameof(info));
 }