mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Fixed LinqHelpers namespace
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
using MewtocolNet.Helpers;
|
using System;
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace MewtocolNet.Helpers {
|
namespace MewtocolNet {
|
||||||
|
|
||||||
internal static class LinqHelpers {
|
internal static class LinqHelpers {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user