|
Project
|
ReSharper
|
|
Priority
|
Normal |
|
Type
|
Task |
|
Fix versions
|
Mirabile Futurum |
|
State
|
Open |
|
Assignee
|
Evgeny Pasynkov |
|
Subsystem
|
Psi |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
No Fixed in build
|
public class MyService : System.ServiceProcess.ServiceBase
{
private void InitializeComponent()
{
this.ServiceName = "MyService"; // this literal should provide a special reference in order
}
}