Moved NetDriver's IMainLoopDriver impl to NetDriver.cs

This commit is contained in:
Charlie Kindel
2020-05-27 17:24:08 -06:00
parent 140bb276ee
commit 532285db8d
8 changed files with 81 additions and 90 deletions

View File

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