/// <inheritdoc/> protected override void OnStart() { ServerErrors = new VServerErrors(); ServerConnections = new VServerConnections(new VServerConnectionArguments("sql.minmer.nazwa.pl", 5432, "minmer_mainverbum", "minmer_mainverbum", "VerbumCaroFactumEst0"), ServerErrors); QuerySchedule = new VQuerySchedule(ServerConnections, ServerErrors); }
private void OnStartup(object sender, StartupEventArgs eventArgs) { ServerErrors = new VServerErrors(); ServerConnections = new VServerConnections(new VServerConnectionArguments("sql.minmer.nazwa.pl", 5432, "minmer_mainverbum", "minmer_mainverbum", "VerbumCaroFactumEst0"), ServerErrors); QuerySchedule = new VQuerySchedule(ServerConnections, ServerErrors); }