Update Form1.cs
This commit is contained in:
parent
c5b2527e8d
commit
f302d8fdb3
@ -1663,9 +1663,7 @@ namespace Server
|
|||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
#region Server
|
||||||
[DllImport("uxtheme", CharSet = CharSet.Unicode)]
|
|
||||||
public static extern int SetWindowTheme(IntPtr hWnd, string textSubAppName, string textSubIdList);
|
|
||||||
|
|
||||||
private void BlockClientsToolStripMenuItem_Click(object sender, EventArgs e)
|
private void BlockClientsToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
@ -1674,5 +1672,13 @@ namespace Server
|
|||||||
form.ShowDialog();
|
form.ShowDialog();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
|
||||||
|
[DllImport("uxtheme", CharSet = CharSet.Unicode)]
|
||||||
|
public static extern int SetWindowTheme(IntPtr hWnd, string textSubAppName, string textSubIdList);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user