mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-24 03:06:15 +00:00
Rename and Moved ListUtils
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace PckStudio.Forms.Utilities
|
||||
namespace PckStudio.Extensions
|
||||
{
|
||||
public static class ListUtils
|
||||
public static class ListExtensions
|
||||
{
|
||||
public static IList<T> Swap<T>(this IList<T> list, int index1, int index2)
|
||||
{
|
||||
@@ -416,7 +416,7 @@
|
||||
<Compile Include="Forms\Utilities\installWiiU.Designer.cs">
|
||||
<DependentUpon>installWiiU.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Classes\Utils\ListUtils.cs" />
|
||||
<Compile Include="Classes\Extensions\ListExtensions.cs" />
|
||||
<Compile Include="Forms\Utilities\PCK Manager.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
|
||||
Reference in New Issue
Block a user