Exemplo n.º 1
0
        public object Create(object parent, object configContext, XmlNode section)
        {
            WindowFactory.AddSpecializedWindowFactory(new BrowserWindowFactory());

            NameValueSectionHandler sectionHandler = new NameValueSectionHandler();

            return(sectionHandler.Create(parent, configContext, section));
        }
Exemplo n.º 2
0
 public static void Plugin()
 {
     WindowFactory.AddSpecializedWindowFactory(new InternetExplorerFactory());
 }
Exemplo n.º 3
0
 public static void Plugin()
 {
     WindowFactory.AddSpecializedWindowFactory(new FirefoxFactory());
 }