Exemplo n.º 1
0
Arquivo: main.cs Projeto: awpro/sbim
 public main()
 {
     InitializeComponent();
     inv = new SBIMEntities();
 }
Exemplo n.º 2
0
Arquivo: Book.cs Projeto: awpro/sbim
 public Book()
 {
     InitializeComponent();
     inventory = new SBIMEntities();
 }