Exemplo n.º 1
0
 public UcLogin()
 {
     InitializeComponent();
     xml   = new XmlMetodos();
     eList = new ListaEmpresas();
     pList = new ListaPessoas();
     xml.LerXml(pList, eList);
 }