public TelaCadastroEmpresa()
 {
     InitializeComponent();
     this._controlador = new ControladorCadastroEmpresa(this);
     this._telaCidade = new TelaCadastroCidade();
     this._telaCidade.EmBusca = true;
 }
Beispiel #2
0
 public TelaCadastroEmpresa()
 {
     InitializeComponent();
     this._controlador        = new ControladorCadastroEmpresa(this);
     this._telaCidade         = new TelaCadastroCidade();
     this._telaCidade.EmBusca = true;
 }