public Message_Alert AddAlert(Message_Report theReport, Message_Attribute theAttribute,
                               Message_Gravity theGravity)
 {
     throw new NotImplementedException();
 }
 public void SetAttribute(Message_Attribute theAttribute)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public Message_Attribute(Message_Attribute parameter1)
     : base()
 {
     throw new NotImplementedException();
 }