public PluginWindow() : base(null) { Caption = Resources.ToolWindowTitle; BitmapResourceID = 301; BitmapIndex = 1; Content = new PluginList(); }