Ejemplo n.º 1
0
 public MainPage()
 {
     this.InitializeComponent();
     //conex = new ConexMySQL();
     con = new Conex();
 }
 public RegistrarPage()
 {
     this.InitializeComponent();
     con = new Conex();
 }