Ejemplo n.º 1
0
 public Message_ListOfMsg Assign(Message_ListOfMsg theOther)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void Prepend(Message_ListOfMsg theOther)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public Message_ListOfMsg(Message_ListOfMsg theOther)
     : base()
 {
     throw new NotImplementedException();
 }