Beispiel #1
0
        public void PrintReferente(ControllerReferenti controller)
        {
            FrmReportAnagraficaReferenteView reportView = new FrmReportAnagraficaReferenteView(controller);

            reportView.Show();
        }
Beispiel #2
0
 public FrmReportAnagraficaReferenteView(ControllerReferenti referente)
 {
     InitializeComponent();
     _controller = referente;
 }
Beispiel #3
0
 public GeneratorAnagraficaReferente(ControllerReferenti controller)
 {
     _controller = controller;
 }