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

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