Skip to content

Instantly share code, notes, and snippets.

View EvilVir's full-sized avatar
🏠
Always working from home ;)

Kuba Pilecki EvilVir

🏠
Always working from home ;)
View GitHub Profile
using System;
using System.Diagnostics;
using System.IO;
using System.Xml;
namespace ConsoleApplication1
{
    public class CombinedXmlStream : Stream
    {