Exemplo n.º 1
0
        public void DisplayInformations(List <InformationObject> infoList, InformationIcoType icoType)
        {
            IInformationPage master = GetInformationMaster();

            if (master != null)
            {
                master.SetInformationBoxVisible(true);
                master.SetInformation(infoList);
                master.SetInformationIco(icoType);
            }
        }
 public void SetInformationIco(InformationIcoType icoType)
 {
     this.ucCtrlInformationBox.SetInformationIco(icoType);
 }
 public void SetInformationIco(InformationIcoType icoType)
 {
     _icoType = icoType;
 }
 public void SetInformationIco(InformationIcoType icoType)
 {
     this.ucCtrlInformationBox.SetInformationIco(icoType);
 }
Exemplo n.º 5
0
 public void DisplayInformations(List<InformationObject> infoList, InformationIcoType icoType)
 {
     IInformationPage master = GetInformationMaster();
     if (master != null)
     {
         master.SetInformationBoxVisible(true);
         master.SetInformation(infoList);
         master.SetInformationIco(icoType);
     }
 }
 public void SetInformationIco(InformationIcoType icoType)
 {
     _icoType = icoType;
 }