Ejemplo n.º 1
0
 protected override void HandleWithImpl(IIniFileContentLineHandler handler)
 {
     handler.HandleNoDataLine(this);
 }
Ejemplo n.º 2
0
 public void HandleWith(IIniFileContentLineHandler handler)
 {
     this.HandleWithImpl(handler);
 }
Ejemplo n.º 3
0
 protected abstract void HandleWithImpl(IIniFileContentLineHandler handler);
Ejemplo n.º 4
0
 protected override void HandleWithImpl(IIniFileContentLineHandler handler)
 {
     handler.HandleSectionDeclaration(this);
 }