Skip to content

Commit dfb8b37

Browse files
committed
Rename UtWin and fix warning
1 parent 62a9301 commit dfb8b37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Src/WinForms.cs renamed to Src/UtWin.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Runtime.InteropServices;
55
using System.Windows.Forms;
66

77
namespace RT.Util
88
{
9+
/// <summary>Offers some Windows-specific static functions which are hard to categorize under any more specific classes.</summary>
910
public static partial class UtWin
1011
{
1112
/// <summary>

0 commit comments

Comments
 (0)