Пример #1
0
 public ExperienceProfileInfo(string proFileName, string merchantName)
 {
     Presentation            = new CPresentation();
     Name                    = proFileName;
     Presentation.Brand_Name = merchantName;
 }
Пример #2
0
 public ExperienceProfileInfo()
 {
     Presentation = new CPresentation();
 }