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,9 +1,13 @@

//
// MainLoop.cs: IMainLoopDriver and MainLoop for Terminal.Gui
//
// Authors:
// Miguel de Icaza (miguel@gnome.org)
//
using System;
using System.Collections.Generic;
namespace Terminal.Gui {
/// <summary>
/// Public interface to create your own platform specific main loop driver.
/// </summary>