mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-14 18:02:58 +00:00
Fixed some resharper warnings
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace CryptoExchange.Net
|
||||
namespace CryptoExchange.Net.Objects
|
||||
{
|
||||
public class ApiProxy
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace CryptoExchange.Net
|
||||
namespace CryptoExchange.Net.Objects
|
||||
{
|
||||
public class CallResult<T>
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace CryptoExchange.Net
|
||||
namespace CryptoExchange.Net.Objects
|
||||
{
|
||||
public abstract class Error
|
||||
{
|
||||
|
||||
@@ -2,10 +2,9 @@
|
||||
using System.IO;
|
||||
using CryptoExchange.Net.Authentication;
|
||||
using CryptoExchange.Net.Logging;
|
||||
using CryptoExchange.Net.Objects;
|
||||
using CryptoExchange.Net.RateLimiter;
|
||||
|
||||
namespace CryptoExchange.Net
|
||||
namespace CryptoExchange.Net.Objects
|
||||
{
|
||||
/// <summary>
|
||||
/// Options
|
||||
|
||||
Reference in New Issue
Block a user