﻿
function EventSubscription()
{
    this.subscriberObj;
    this.Originator;
    this.eventName;
    this.method;   
}
