Esempio n. 1
0
 public v_ControlePlatao()
 {
     InitializeComponent();
     this.c_plantao         = new c_Plantao();
     this.m_plantao         = new m_Plantao();
     this.c_corretorPlantao = new c_CorretorPlantao();
     this.m_corretorPlantao = new m_CorretorPlantao();
 }
Esempio n. 2
0
 public v_ControlePlatao(string UsuarioCad)
 {
     InitializeComponent();
     _UsuarioCad            = UsuarioCad;
     this.c_plantao         = new c_Plantao();
     this.m_plantao         = new m_Plantao();
     this.c_corretorPlantao = new c_CorretorPlantao();
     this.m_corretorPlantao = new m_CorretorPlantao();
 }
 public v_VisaoAtendimentoPlantao()
 {
     InitializeComponent();
     this.m_tempoAtendimento = new m_TempoAtendimento();
     this.c_tempoAtendimento = new c_TempoAtendimento();
     this.m_corretorPlantao  = new m_CorretorPlantao();
     this.c_corretorPlantao  = new c_CorretorPlantao();
     this.m_plantao          = new m_Plantao();
     this.c_plantao          = new c_Plantao();
 }
Esempio n. 4
0
 public v_NovoPlantao(string UsuarioCad)
 {
     InitializeComponent();
     this.c_corretor         = new c_Corretor();
     this.m_corretor         = new m_Corretor();
     this.m_plantao          = new m_Plantao();
     this.c_plantao          = new c_Plantao();
     this.m_tempoAtendimento = new m_TempoAtendimento();
     this.c_tempoAtendimento = new c_TempoAtendimento();
     this.m_corretorPlantao  = new m_CorretorPlantao();
     this.c_corretorPlantao  = new c_CorretorPlantao();
     _UsuarioCad             = UsuarioCad;
 }
 public v_VisaoAtendimentoPlantao(int CodigoPlantao)
 {
     InitializeComponent();
     this.m_tempoAtendimento = new m_TempoAtendimento();
     this.c_tempoAtendimento = new c_TempoAtendimento();
     this.m_corretorPlantao  = new m_CorretorPlantao();
     this.c_corretorPlantao  = new c_CorretorPlantao();
     this.m_plantao          = new m_Plantao();
     this.c_plantao          = new c_Plantao();
     m_corretorPlantao.fk_plantao_corretorplantao   = CodigoPlantao;
     m_tempoAtendimento.fk_plantao_tempoatendimento = CodigoPlantao;
     m_plantao.idplantao = CodigoPlantao;
     gbxCorretores.Text  = gbxCorretores.Text + " - Equipe " + c_plantao.CarregarNomeEquipePlantao(m_plantao);
 }