Beispiel #1
0
 public FormCadastro(Bula bula)
 {
     InitializeComponent();
     gerenciadorBulas = new GerenciadorBulas();
     bulaEditada      = bula;
     CarregarBula();
 }
 public FormDetalhes(Bula bula, bool admin)
 {
     InitializeComponent();
     gerenciadorBulas = new GerenciadorBulas();
     this.bula        = bula;
     this.admin       = admin;
     CarregarBula();
 }
Beispiel #3
0
 public FormTabela()
 {
     InitializeComponent();
     gerenciadorBulas = new GerenciadorBulas();
     bulas            = new List <Bula>();
 }
Beispiel #4
0
 public FormCadastro()
 {
     InitializeComponent();
     gerenciadorBulas = new GerenciadorBulas();
 }