Inheritance: Standard_Transient
 public bool RemovePrinter(Message_Printer thePrinter)
 {
     throw new NotImplementedException();
 }
 public Message_Messenger(Message_Printer thePrinter)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio 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();
 }