using System; using System.Collections.Generic; using System.Text; using Sys = Cosmos.System; namespace EdNuttingsTest { public class Kernel : Sys.Kernel { protected override void Run() { } } }