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