Example service, rename and modify it to suit your needs
 public Service()
 {
     InitializeComponent();
     s = new TestService();
 }
示例#2
0
 public Service()
 {
     InitializeComponent();
     s = new TestService();
 }