示例#1
0
        public GatewayViewModel()
        {
            try
            {
                gateway           = new Pusher.Gateway();
                gateway.Commands += Gateway_Commands;

                Commands = new ObservableCollection <Cmd>();
            }
            catch (Exception ex)
            {
            }
        }
示例#2
0
        public GatewayViewModel()
        {
            try
            {
                gateway = new Pusher.Gateway();
                gateway.Commands += Gateway_Commands;

                Commands = new ObservableCollection<Cmd>();
            }
            catch (Exception ex)
            {

            }
        }
示例#3
0
 public void Dispose()
 {
     gateway = null;
 }
示例#4
0
 public void Dispose()
 {
     gateway = null;
 }