View Pass02.cs
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>(); |