Пример #1
0
 public FolderRegistrationZPushChannel(ZPushChannel channel)
     :
     base(channel._feature)
 {
     this._channel = channel;
 }
Пример #2
0
        public ZPushChannel Get(Feature feature, ZPushAccount account, string name)
        {
            ZPushChannel channel = new ZPushChannel(_watcher, account, feature, name);

            return(channel);
        }