Пример #1
0
        public void OnRunCommandExecute(object obj)
        {
            //MessageBox.Show(DataModule.CurrDataSourcePath);

            RunRportDelegate runRpt = new RunRportDelegate(this.RunReportHelper);

            runRpt.BeginInvoke(null, null);
        }
        public void OnRunCommandExecute(object obj)
        {
            RunRportDelegate runRpt = new RunRportDelegate(this.RunReportHelper);

            runRpt.BeginInvoke(null, null);
        }