添加项目文件。
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace KGdev.BI3D.Revit.Addin.MainWindow.External.BrowserConnector
|
||||
{
|
||||
internal static class User32
|
||||
{
|
||||
[DllImport("user32.dll")]
|
||||
[return: MarshalAs(UnmanagedType.Bool)]
|
||||
public static extern bool SetForegroundWindow(IntPtr hWnd);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user