Exemplo n.º 1
0
 public WebSearchSetting(WebSearchesSetting settingWidow, WebSearchStorage settings)
 {
     _plugin        = settingWidow.Plugin;
     _context       = settingWidow.Context;
     _settingWindow = settingWidow;
     InitializeComponent();
     _settings = settings;
 }
Exemplo n.º 2
0
 public WebSearchesSetting(WebSearchPlugin plugin, WebSearchStorage settings)
 {
     Context = plugin.Context;
     Plugin  = plugin;
     InitializeComponent();
     Loaded   += Setting_Loaded;
     _settings = settings;
 }