Наследование: System.Windows.Forms.UserControl
Пример #1
0
 //creates the tool window
 public FindWindow(global::System.IServiceProvider serviceProvider)
     : base(serviceProvider)
 {
     _findControl = new FindWindowControl();
 }
Пример #2
0
		//creates the tool window
		public FindWindow(global::System.IServiceProvider serviceProvider)
			: base(serviceProvider)
		{
			_findControl = new FindWindowControl();
		}