refactored per #541

This commit is contained in:
Charlie Kindel
2020-05-24 22:23:35 -06:00
parent 63b464caae
commit 4d7ae9d2f2
24 changed files with 3323 additions and 624 deletions

View File

@@ -2,13 +2,11 @@ using Terminal.Gui;
using System;
using System.Linq;
using System.IO;
using Mono.Terminal;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Reflection;
using NStack;
using System.Text;
static class Demo {
//class Box10x : View, IScrollView {