public FullSettingsForm() { connectionManeger = ConnectionManeger.Instance; MySqlDatabaseTreeViewFormatter.Connector = connectionManeger; InitializeComponent(); this.FormClosing += new FormClosingEventHandler(Form1_FormClosing); DoubleBuffered = true; }
public PersonaService(string connectionString) { conexion = new ConnectionManeger(connectionString); repositorio = new PersonaRepository(conexion); }