Exemple #1
0
 public void SetHeader(string header, MyAccountType type)
 {
     Header = header;
     Type   = type;
     if (!string.IsNullOrEmpty(_Header))
     {
         this.Visible    = true;
         this.Page.Title = _Header;
     }
     else
     {
         this.Visible = false;
     }
 }
 public void SetHeader(string message, MyAccountType type)
 {
 }
 public void SetHeader(string message, MyAccountType type)
 {
     ucPageHeader1.SetHeader(message, type);
 }