Skip to content

Commit 363717d

Browse files
committed
Make GetGuidFromString public
1 parent 4e4a904 commit 363717d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ToastCOM/Extensions.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
3+
namespace Hi3Helper.Win32.ToastCOM
4+
{
5+
public static class Extensions
6+
{
7+
public static Guid GetGuidFromString(string str)
8+
=> CLSIDGuid.GetGuidFromString(str);
9+
}
10+
}

0 commit comments

Comments
 (0)