コード例 #1
0
 public bool Merge(Message_Alert theTarget)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public Message_Alert(Message_Alert parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public bool HasAlert(Message_Alert theAlert)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 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();
 }