Ejemplo n.º 1
0
        public static void GatherComplete(IGatherComplete _complete, string reportName)
        {
            GatherReport report = new GatherReport();
            GatherTable  tab    = report.GetReportTable(reportName);

            tab.GatherComplete = _complete;
        }
Ejemplo n.º 2
0
 public void GatherComplete(IGatherComplete _complete, string reportName)
 {
     GatherFace.GatherComplete(_complete, reportName);
 }
Ejemplo n.º 3
0
 public void GatherComplete(IGatherComplete _complete, string reportName)
 {
     GatherFace.GatherComplete(_complete, reportName);
 }
Ejemplo n.º 4
0
 public static void GatherComplete(IGatherComplete _complete,string reportName)
 {
     GatherReport report = new GatherReport();
     GatherTable tab = report.GetReportTable(reportName);
     tab.GatherComplete = _complete;
 }