Skip to content

Commit ee07427

Browse files
Update SendNotification.cs
1 parent 8084030 commit ee07427

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/HyperMC/lib/notifications/SendNotification.cs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,11 @@
44
using System.Text;
55
using System.Threading.Tasks;
66
using Microsoft.Toolkit.Uwp.Notifications;
7-
using DesktopToast;
8-
using DesktopNotifications;
7+
98
namespace HyperMCLIB
109
{
1110
public class SendNotification
1211
{
13-
public void send(String title, String body)
14-
{
15-
ToastContentBuilder content = new ToastContentBuilder()
16-
.AddText(title)
17-
.AddText(body);
18-
}
12+
1913
}
2014
}

0 commit comments

Comments
 (0)