/// <summary> /// Standard constructor for the tool window. /// </summary> public CardSetViewWindowPane() : base(null) { BitmapResourceID = 104; BitmapIndex = 0; _control = new CardSetViewControl(); Content = _control; }