Skip to content

Instantly share code, notes, and snippets.

@fantasticswallow
fantasticswallow / TwitterConnectionCS
Created July 14, 2012 10:50
ReactiveOAuthのラッパー
using System;
using System.Net;
using Microsoft.Phone.Reactive;
using Codeplex.OAuth;
namespace TestPhoneApp1
{
public class TwitterConnectionCS
{
public delegate void resultTextCollection(string resTxt);