mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Moved NetDriver's IMainLoopDriver impl to NetDriver.cs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user