예제 #1
0
 public Form1()
 {
     InitializeComponent();
     funcoesAux           = new FuncoesAux(this);
     funcoesCentros       = new FuncoesCentros(this);
     funcoesLojas         = new FuncoesLojas(this);
     funcoesDepartamentos = new FuncoesDepartamentos(this);
     funcoesPrestadores   = new FuncoesPrestadores(this);
     funcoesEmpresas      = new FuncoesEmpresas(this);
     funcoesEventos       = new FuncoesEventos(this);
     funcoesFuncionarios  = new FuncoesFuncionarios(this);
     funcoesResp_dep      = new FuncoesResp_dep(this);
 }
예제 #2
0
 public FuncoesFuncionarios(Form1 f)
 {
     myForm     = f;
     funcoesAux = new FuncoesAux(myForm);
 }
 public FuncoesPrestadores(Form1 f)
 {
     myForm     = f;
     funcoesAux = new FuncoesAux(myForm);
 }
예제 #4
0
 public FuncoesLojas(Form1 f)
 {
     myForm     = f;
     funcoesAux = new FuncoesAux(myForm);
 }
예제 #5
0
 public FuncoesEventos(Form1 f)
 {
     myForm     = f;
     funcoesAux = new FuncoesAux(myForm);
 }
 public FuncoesEmpresas(Form1 f)
 {
     myForm     = f;
     funcoesAux = new FuncoesAux(myForm);
 }
 public FuncoesResp_dep(Form1 f)
 {
     myForm     = f;
     funcoesAux = new FuncoesAux(myForm);
 }
예제 #8
0
 public FuncoesDepartamentos(Form1 f)
 {
     myForm     = f;
     funcoesAux = new FuncoesAux(myForm);
 }
 public FuncoesCentros(Form1 f)
 {
     myForm     = f;
     funcoesAux = new FuncoesAux(myForm);
 }