Skip to content

Commit c9f0c43

Browse files
committed
Remove using Clipboard
1 parent b87d7f9 commit c9f0c43

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ElectronNET.API/Clipboard.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
using System;
2-
using ElectronNET.API.Entities;
1+
using ElectronNET.API.Entities;
32
using Newtonsoft.Json;
43
using Newtonsoft.Json.Linq;
54
using Newtonsoft.Json.Serialization;
65
using System.Threading.Tasks;
7-
using Console = System.Console;
86

97
namespace ElectronNET.API
108
{

0 commit comments

Comments
 (0)