Exemplo n.º 1
0
 // Constructor
 internal ProgramConfiguration()
 {
     // We have no destructor
     GC.SuppressFinalize(this);
     defaultthingflags = new List <string>();
     pasteoptions      = new PasteOptions();
 }
Exemplo n.º 2
0
 // Copy Constructor
 public PasteOptions(PasteOptions p)
 {
     this.changetags    = p.changetags;
     this.removeactions = p.removeactions;
 }
Exemplo n.º 3
0
 // Copy Constructor
 public PasteOptions(PasteOptions p)
 {
     this.changetags    = p.changetags;
     this.removeactions = p.removeactions;
     this.adjustheights = p.adjustheights;
 }