BExplorer.Shell.WindowActivator.ActivateForm C# (CSharp) Method

ActivateForm() public abstract method

public abstract ActivateForm ( Window form, Window window, IntPtr hwnd ) : void
form System.Windows.Window
window System.Windows.Window
hwnd System.IntPtr
return void
		public abstract void ActivateForm(Window form, Window window, IntPtr hwnd);
	}
WindowActivator