Skip to content

Commit 648d12d

Browse files
committed
chore: Code cleanup
1 parent 22f3a1c commit 648d12d

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

FindCamera.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,10 @@
55
* https://github.com/WhatDamon/OpenLuckyRandom
66
*/
77

8-
using System;
9-
using System.Collections.Generic;
108
using System.ComponentModel;
11-
using System.Linq;
129
using System.Runtime.InteropServices;
13-
using System.Security;
14-
using System.Text;
15-
using System.Threading.Tasks;
1610
using System.Runtime.InteropServices.ComTypes;
11+
using System.Security;
1712

1813
namespace OpenLuckyRandom
1914
{

WndMain.cs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,9 @@
55
* https://github.com/WhatDamon/OpenLuckyRandom
66
*/
77

8-
using System;
9-
using System.ComponentModel;
10-
using System.IO;
11-
using System.Reflection.Emit;
12-
using System.Windows.Forms;
13-
using System.Diagnostics;
148
using OpenCvSharp;
159
using OpenCvSharp.Extensions;
16-
using System.Net;
17-
using static System.Windows.Forms.VisualStyles.VisualStyleElement;
10+
using System.Diagnostics;
1811

1912
namespace OpenLuckyRandom
2013
{

0 commit comments

Comments
 (0)