Ejemplo n.º 1
0
 public Cmd(FeedMeTextPlease feedMe, bool canRetaliate, bool canUseFinalCode, bool canOverride, bool canSutransmit) : base(feedMe)
 {
     this.canRetaliate    = canRetaliate;
     this.canOverride     = canOverride;
     this.canUseFinalCode = canUseFinalCode;
     this.canSutransmit   = canSutransmit;
 }
Ejemplo n.º 2
0
 public TextFeeder(FeedMeTextPlease feedMe)
 {
     this.feedMe = feedMe;
 }
Ejemplo n.º 3
0
 public Print(FeedMeTextPlease feedMe, string printFilePath) : base(feedMe)
 {
     loadContent(printFilePath);
 }