16 lines
177 B
C#
16 lines
177 B
C#
using System;
|
|
using System.IO;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Windows.Forms;
|
|
using System.Text.RegularExpressions;
|
|
|
|
|
|
|
|
namespace GenesisDisplayTool
|
|
{
|
|
|
|
}
|
|
|
|
|