Restructured the projects, and put all the data construction logic in a separate assembly.

This commit is contained in:
GoldenCrystal
2014-11-03 00:05:54 +01:00
parent 5ac0889b40
commit de36586c64
35 changed files with 217 additions and 79 deletions
@@ -6,7 +6,7 @@ using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using UnicodeInformation;
using System.Unicode;
namespace UnicodeCharacterInspector
{