Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Generic;
using System.IO;
using System.Text.RegularExpressions;
namespace CE.History
{
class Pass02
{
static List<ChangeItem> changes = new List<ChangeItem>();