Example #1
0
 public StringRequestDialog(
     stringArrContextDelegate result,
     string caption,
     string groupBoxCaption,
     string[] descriptions,
     string[] hints,
     string[] fieldContents,
     Object context)
 {
     this.resultReportArrContextDelegate = result;
     this.caption      = caption;
     this.descriptions = descriptions;
     this.hints        = hints;
     constructorFinish();
     this.FieldContents = fieldContents;
     this.context       = context;
 }
 public StringRequestDialog(
     stringArrContextDelegate result,
     string caption,
     string groupBoxCaption,
     string[] descriptions,
     string[] hints,
     string[] fieldContents,
     Object context)
 {
     this.resultReportArrContextDelegate = result;
     this.caption = caption;
     this.descriptions = descriptions;
     this.hints = hints;
     constructorFinish();
     this.FieldContents = fieldContents;
     this.context = context;
 }