Exemple #1
0
 public CSharpInterfaceTemplate(
     CSharpPropertyPrinter csharpPropertyPrinter,
     CSharpEventPrinter csharpEventPrinter,
     CSharpFunctionPrinter csharpFunctionPrinter)
     : base(csharpPropertyPrinter, csharpEventPrinter, csharpFunctionPrinter)
 {
 }
Exemple #2
0
 protected CSharpTemplate(
     CSharpPropertyPrinter csharpPropertyPrinter,
     CSharpEventPrinter csharpEventPrinter,
     CSharpFunctionPrinter csharpFunctionPrinter)
 {
     CSharpPropertyPrinter = csharpPropertyPrinter;
     CSharpEventPrinter    = csharpEventPrinter;
     CSharpFunctionPrinter = csharpFunctionPrinter;
 }