From Wikipedia, the free encyclopedia
using System.Diagnostics;

namespace Signature
{
  public class User<T>
  {
    static readonly string baseUrl = "http://en.wikipedia.org/wiki/";

    public static void Talk()
    {
      Process.Start(baseUrl + "User talk:" + typeof(T).Name);
    }
  }
}
From Wikipedia, the free encyclopedia
using System.Diagnostics;

namespace Signature
{
  public class User<T>
  {
    static readonly string baseUrl = "http://en.wikipedia.org/wiki/";

    public static void Talk()
    {
      Process.Start(baseUrl + "User talk:" + typeof(T).Name);
    }
  }
}

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook