Skip to content

Commit 62a9301

Browse files
committed
RT.Util is now NetStandard. Incompatible parts are now in RT.Util.Win. KitchenSink is no more; merged into RT.Util. Some obsolete code moved to RT.Util.Legacy. Upgraded to modern csproj and modern NUnit. Removed NUnitDirect.
1 parent f2dee70 commit 62a9301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/WinForms.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace RT.Util
88
{
9-
public static partial class Ut
9+
public static partial class UtWin
1010
{
1111
/// <summary>
1212
/// Sends the specified sequence of key strokes to the active application. See remarks for details.</summary>

0 commit comments

Comments
 (0)