Exemplo n.º 1
0
 public static void BuildingTextMessage(ref Label myMessage, string type, string userID, string category, string area, string code)
 {
     myMessage.Text = MessageContext.Content(type, userID, category, area, code);
     if (myMessage.Text.Length == 0)
     {
         myMessage.Visible = true;// false;
     }
 }