コード例 #1
0
ファイル: crRepactacion.cs プロジェクト: yesashii/upa
        public virtual ReportDocument CreateReport()
        {
            crRepactacion rpt = new crRepactacion();

            rpt.Site = this.Site;
            return(rpt);
        }
コード例 #2
0
ファイル: crRepactacion.cs プロジェクト: yesashii/upa
 public virtual ReportDocument CreateReport()
 {
     crRepactacion rpt = new crRepactacion();
     rpt.Site = this.Site;
     return rpt;
 }