internal static SettingsDialog Create(IList <SwagBase> swag, IList <AttendeeBase> attendees, IAttendeeSource attendeeSource, ISwagSource swagSource) { var newDialog = new SettingsDialog(attendeeSource, swagSource); return(newDialog); }
internal static SettingsDialog Create(IList<ISwag> swag, IList<IAttendee> attendees, IAttendeeSource attendeeSource, ISwagSource swagSource) { var newDialog = new SettingsDialog(swag, attendees, attendeeSource, swagSource); return newDialog; }