Exemplo n.º 1
0
        public TwitControl()
        {
            InitializeComponent();

            _nick       = Environment.MachineName;
            _t.Interval = 3000;
            _t.Tick    += new EventHandler(_t_Tick);
            _t.Start();
            status("send a twit, " + _nick);
            tc = new TwitterooCore(Util.decode(DATA), Util.decode(DATA));
        }
Exemplo n.º 2
0
        public TwitControl()
        {
            InitializeComponent();

            _nick = Environment.MachineName;
            _t.Interval = 3000;
            _t.Tick += new EventHandler(_t_Tick);
            _t.Start();
            status("send a twit, "+_nick);
            tc = new TwitterooCore(Util.decode(DATA),Util.decode(DATA));
        }