示例#1
0
 /// <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);
 }
示例#2
0
 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);
 }