static void Main(string[] args)
 {
     ProdutoDBContext context = new ProdutoDBContext();
 }
Example #2
0
 public Form1()
 {
     InitializeComponent();
     _context = new ProdutoDBContext();
 }