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