Thursday, February 26, 2009

Writing post from gwt editor

So, let me write and let me post

Friday, January 9, 2009

Experiment

Show Me the code:


public static bool operator == (Point2D left, Point2D right)
{
return left.Equals(right);
}