using System; using NStack; namespace Terminal.Gui { /// /// Provides cut, copy, and paste support for the clipboard. /// NOTE: Currently not implemented. /// public static class Clipboard { /// /// /// public static ustring Contents { get; set; } } }