public CardContentFactory(IAttachmentProviderRegistry attachmentProvider)
 {
     m_AttachmentProvider = attachmentProvider;
 }
Exemplo n.º 2
0
 private void Create(IAttachmentProviderRegistry registry)
 {
     m_Registry = registry;
 }