Пример #1
0
 public bool Merge(Message_Alert theTarget)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public Message_Alert(Message_Alert parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
 public bool HasAlert(Message_Alert theAlert)
 {
     throw new NotImplementedException();
 }
 public bool RemoveAlert(Message_Gravity theGravity, Message_Alert theAlert)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public Message_Alert Prepend(Message_Alert theItem)
 {
     throw new NotImplementedException();
 }
Пример #6
0
 public void AddAlert(Message_Gravity theGravity, Message_Alert theAlert)
 {
     throw new NotImplementedException();
 }