Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
Removed unused includes. Updated readme
Browse files Browse the repository at this point in the history
yes.
  • Loading branch information
pnlt-s committed Mar 7, 2021
1 parent 58bd041 commit f63734e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 26 deletions.
4 changes: 1 addition & 3 deletions Classes/ByteCodeCollection.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections.Generic;

namespace MoonSec
{
Expand Down
1 change: 0 additions & 1 deletion Classes/MoonSecNet.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Net;

Expand Down
4 changes: 1 addition & 3 deletions Classes/PlatformCollection.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections.Generic;

namespace MoonSec
{
Expand Down
11 changes: 0 additions & 11 deletions Forms/LoadWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Media.Animation;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Net;
using System.IO;

Expand Down
7 changes: 0 additions & 7 deletions Forms/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Shapes;

namespace MoonSec
{
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# moonsec-net
.Net MoonSec REST API wrapper
Simple .Net MoonSec REST API wrapper based on WPF

Framework: .Net Core 3.1
No requirements for building.

0 comments on commit f63734e

Please sign in to comment.