Saturday, June 23, 2012

This is a test post.
// Comment
public class Testing {
public Testing() {
}
 
public void Method() {
/* Another Comment
on multiple lines */
int x = 9;
}
}
Voila!
static Dictionary<int, List<Delegate>> _delegate = new Dictionary<int, List<Delegate>>();