private void AddInformationRecipient(NPFIT_000080_Role template, p_recipient_000080.type type) { if (informationRecipient == null) { informationRecipient = new List <p_recipient_000080>(); } p_recipient_000080 thisRecipient = new p_recipient_000080(type); thisRecipient.Role = template; informationRecipient.Add(thisRecipient); }
private void AddInformationRecipient(NPFIT_000080_Role template, p_recipient_000080.type type) { if (informationRecipient == null) { informationRecipient = new List<p_recipient_000080>(); } p_recipient_000080 thisRecipient = new p_recipient_000080(type); thisRecipient.Role = template; informationRecipient.Add(thisRecipient); }