Avahi.EntryGroupStateArgs.EntryGroupStateArgs C# (CSharp) Метод

EntryGroupStateArgs() публичный Метод

public EntryGroupStateArgs ( EntryGroupState state ) : System
state EntryGroupState
Результат System
        public EntryGroupStateArgs(EntryGroupState state)
        {
            this.state = state;
        }
EntryGroupStateArgs