public static void Main(string[] args) { // Each code module to run implenets the ICodeRunModule interface. // Built as a .NET Core class library dll and refernced by its // namespace. Call CodeRunModule using CodeRunFramework.run(CodeRunModule) var rm = new CodeRunModule(); CodeRun.Run(rm); }
static void Main(string[] args) { //CodeRun.Run(new CodeRunTry()); CodeRun.Run(new CodeRunExample()); }
static void Main(string[] args) { var wd = new WidgetCodeRun(); CodeRun.Run(wd); }