Skip to content

Instantly share code, notes, and snippets.

View edude03's full-sized avatar

Michael Francis edude03

View GitHub Profile
@edude03
edude03 / routes.php
Created December 23, 2011 16:18 — forked from nateabele/routes.php
<?php
/**
* Continuation routing examples. Handles URLs in the following forms:
*
* /posts
* /en/posts
* /admin/posts
* /admin/en/posts
* /admin/en/posts.json
* /admin/en/posts/4ef16ccc7f8b9aa331000064.json
public sealed class EventAggregator
{
public static readonly EventAgregator Instance = new EventAggregator();
private EventAggregator
{
}
public event EventHandler PlayerDied;