Exemplo n.º 1
0
 public FrmReportLavoratoriLiberiView(ReportLiberi controller)
 {
     InitializeComponent();
     _controller = controller;
 }
Exemplo n.º 2
0
        public void PrintReportLavoratoriLiberi(ReportLiberi controller)
        {
            FrmReportLavoratoriLiberiView reportView = new FrmReportLavoratoriLiberiView(controller);

            reportView.Show();
        }
Exemplo n.º 3
0
 public GeneratorReportLavoratoriLiberi(ReportLiberi controller)
 {
     _controller = controller;
 }