using System; using System.IO; using System.Text; using System.Windows; using tablegen2.logic; using tablegen2.layouts; using System.Collections.Generic; using System.Linq; namespace tablegen2 { internal enum CommandType { Unknown = 0, Help,