Avahi.EntryGroupStateArgs.EntryGroupStateArgs C# (CSharp) Method

EntryGroupStateArgs() public method

public EntryGroupStateArgs ( EntryGroupState state ) : System
state EntryGroupState
return System
        public EntryGroupStateArgs(EntryGroupState state)
        {
            this.state = state;
        }
EntryGroupStateArgs