Ejemplo n.º 1
0
 public SqlSection(string text, SqlSectionKind sectionKind)
 {
     this.Text        = text;
     this.SectionKind = sectionKind;
 }
 public SqlSection(string text, SqlSectionKind sectionKind)
 {
     this.Text = text;
     this.sectionKind = sectionKind;
 }