Beispiel #1
0
 private void button8_Click(object sender, EventArgs e)
 {
     var hosting = HostingHelper.InitHosting();
 }
Beispiel #2
0
 protected override void OnStart(string[] args)
 {
     service = HostingHelper.InitHosting();
     // TODO: Add code here to start your service.
 }