Beispiel #1
0
        public PSHub(Hub hub)
        {
            if (hub == null)
            {
                throw new ArgumentNullException("hub");
            }

            this._hub = hub;
        }
Beispiel #2
0
 public PSHub()
 {
     this._hub = new Hub();
 }