public void SetReportingInterface(DeployTimeReportingInterface InReporter)
        {
//            System.Threading.Thread.Sleep(10000);

            ReportIF = InReporter;
        }
示例#2
0
        public void SetReportingInterface(DeployTimeReportingInterface InReporter)
        {
            //            System.Threading.Thread.Sleep(10000);

            ReportIF = InReporter;
        }
 public void SetReportingInterface(DeployTimeReportingInterface InReporter)
 {
     Deployer.SetReportingInterface(InReporter);
 }
		public void SetReportingInterface(DeployTimeReportingInterface InReporter)
		{
			Deployer.SetReportingInterface(InReporter);
		}