Fan.Sys.Service_.State.State C# (CSharp) Méthode

State() public méthode

public State ( Service s ) : System.Collections
s Service
Résultat System.Collections
            public State(Service s)
            {
                service = s;
            }
Service_.State