namespace PRSDesktop { public interface ICalendarConfigurationArgs { } public class CalendarConfigurationArgs : ICalendarConfigurationArgs { } public delegate void CalendarConfigurationEvent(object sender, CalendarConfigurationArgs args); }