Inheritance: Standard_Transient
Ejemplo n.º 1
0
 public bool RemovePrinter(Message_Printer thePrinter)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public Message_Messenger(Message_Printer thePrinter)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public Message_Printer(Message_Printer parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
 public void Append(Message_Printer theItem)
 {
     throw new NotImplementedException();
 }
 public void SetValue(int theIndex, Message_Printer theItem)
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, Message_Printer theItem)
 {
     throw new NotImplementedException();
 }