示例#1
0
        public static Growl.Destinations.DestinationSettingsPanel GetSettingsPanel(Growl.Destinations.ForwardDestination fd)
        {
            IForwardDestinationHandler handler = GetHandler(fd);

            Growl.Destinations.DestinationSettingsPanel panel = handler.GetSettingsPanel(fd);
            return(panel);
        }
        public static Growl.Destinations.DestinationSettingsPanel GetSettingsPanel(Subscription s)
        {
            ISubscriptionHandler handler = GetHandler(s);

            Growl.Destinations.DestinationSettingsPanel panel = handler.GetSettingsPanel(s);
            return(panel);
        }