public Imprime2ViaNota()
 {
     InitializeComponent();
     DAOProduto = new DAOProduto(listSession);
     DAOProdVenda = new DAOProdVenda(listSession);
     DAOVenda = new DAOVenda(listSession);
 }
Exemple #2
0
 public Produtos()
 {
     InitializeComponent();
     DAOProdVenda = new DAOProdVenda(listSession);
 }