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

Node() public méthode

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