using System; using NStack; namespace Terminal.Gui { public static class Clipboard { public static ustring Contents { get; set; } } }