1
0
mirror of synced 2024-11-13 18:50:50 +01:00
Switch-Toolbox/Switch_Toolbox_Library/IO/StreamReaderExtensions.cs
2019-06-14 17:23:02 -04:00

12 lines
154 B
C#

using System;
using System.IO;
using System.Text;
namespace Switch_Toolbox.Library.IO
{
public static class StreamReaderExtensions
{
}
}