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