Update Form1.cs

This commit is contained in:
NYAN CAT 2019-10-09 08:15:28 +03:00
parent c5b2527e8d
commit f302d8fdb3

View File

@ -1663,9 +1663,7 @@ namespace Server
#endregion
[DllImport("uxtheme", CharSet = CharSet.Unicode)]
public static extern int SetWindowTheme(IntPtr hWnd, string textSubAppName, string textSubIdList);
#region Server
private void BlockClientsToolStripMenuItem_Click(object sender, EventArgs e)
{
@ -1674,5 +1672,13 @@ namespace Server
form.ShowDialog();
}
}
#endregion
[DllImport("uxtheme", CharSet = CharSet.Unicode)]
public static extern int SetWindowTheme(IntPtr hWnd, string textSubAppName, string textSubIdList);
}
}