We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a9301 commit dfb8b37Copy full SHA for dfb8b37
Src/WinForms.cs Src/UtWin.csSrc/WinForms.cs renamed to Src/UtWin.cs
@@ -1,11 +1,12 @@
1
-using System;
+using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Runtime.InteropServices;
5
using System.Windows.Forms;
6
7
namespace RT.Util
8
{
9
+ /// <summary>Offers some Windows-specific static functions which are hard to categorize under any more specific classes.</summary>
10
public static partial class UtWin
11
12
/// <summary>
0 commit comments