Skip to content

Commit

Permalink
Merge pull request #1 from uwx/master
Browse files Browse the repository at this point in the history
Merge uwx fork
  • Loading branch information
szymmirr authored Jan 5, 2021
2 parents 296114e + d8bfbc9 commit 5afafbe
Show file tree
Hide file tree
Showing 1,862 changed files with 94,484 additions and 94,718 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ obj
GHTCP-cleaned.csproj.user
GHTCP-cleaned.v12.suo
/.vs
/GHTCP-cleaned.csproj.DotSettings
2 changes: 2 additions & 0 deletions .idea/.idea.GHTCP-cleaned/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/.idea.GHTCP-cleaned/.idea/contentModel.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/.idea.GHTCP-cleaned/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/.idea.GHTCP-cleaned/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/.idea.GHTCP-cleaned/riderModule.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions AVTools.MpegUtils/FFMpegException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace AVTools.MpegUtils
{
[Serializable]
public class FFMpegException : Exception
{
public FFMpegException(string string_0) : base(string_0)
{
}
}
}
[Serializable]
public class FfMpegException : Exception
{
public FfMpegException(string string0) : base(string0)
{
}
}
}
29 changes: 15 additions & 14 deletions Compression.Tar/TarException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@

namespace Compression.Tar
{
[Serializable]
public class TarException : SharpZipBaseException
{
public TarException(SerializationInfo serializationInfo_0, StreamingContext streamingContext_0) : base(serializationInfo_0, streamingContext_0)
{
}
[Serializable]
public class TarException : SharpZipBaseException
{
public TarException(SerializationInfo serializationInfo0, StreamingContext streamingContext0) : base(
serializationInfo0, streamingContext0)
{
}

public TarException()
{
}
public TarException()
{
}

public TarException(string string_0) : base(string_0)
{
}
}
}
public TarException(string string0) : base(string0)
{
}
}
}
29 changes: 15 additions & 14 deletions Compression.Zip/ZipException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@

namespace Compression.Zip
{
[Serializable]
public class ZipException : SharpZipBaseException
{
public ZipException(SerializationInfo serializationInfo_0, StreamingContext streamingContext_0) : base(serializationInfo_0, streamingContext_0)
{
}
[Serializable]
public class ZipException : SharpZipBaseException
{
public ZipException(SerializationInfo serializationInfo0, StreamingContext streamingContext0) : base(
serializationInfo0, streamingContext0)
{
}

public ZipException()
{
}
public ZipException()
{
}

public ZipException(string string_0) : base(string_0)
{
}
}
}
public ZipException(string string0) : base(string0)
{
}
}
}
29 changes: 15 additions & 14 deletions Compression/SharpZipBaseException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@

namespace Compression
{
[Serializable]
public class SharpZipBaseException : ApplicationException
{
public SharpZipBaseException(SerializationInfo serializationInfo_0, StreamingContext streamingContext_0) : base(serializationInfo_0, streamingContext_0)
{
}
[Serializable]
public class SharpZipBaseException : ApplicationException
{
public SharpZipBaseException(SerializationInfo serializationInfo0, StreamingContext streamingContext0) : base(
serializationInfo0, streamingContext0)
{
}

public SharpZipBaseException()
{
}
public SharpZipBaseException()
{
}

public SharpZipBaseException(string string_0) : base(string_0)
{
}
}
}
public SharpZipBaseException(string string0) : base(string0)
{
}
}
}
3 changes: 0 additions & 3 deletions Delegate100.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate101.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate102.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate103.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate104.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate105.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate106.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate107.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate108.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate109.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate11.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate110.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate111.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate112.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate113.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate114.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate115.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate116.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate117.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate118.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate119.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate12.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate120.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate121.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate122.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate123.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate124.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate125.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate126.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate127.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate128.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate129.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate13.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate130.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate131.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate132.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate133.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate134.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate135.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate136.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate137.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate138.cs

This file was deleted.

5 changes: 0 additions & 5 deletions Delegate139.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate14.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate140.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Delegate141.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate142.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate143.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Delegate144.cs

This file was deleted.

Loading

0 comments on commit 5afafbe

Please sign in to comment.