|
|
|
using Spectre.Console;
|
|
using Spectre.Console.Advanced;
|
|
using Spectre.Console.Extensions;
|
|
using Spectre.Console.Rendering;
|
|
|
|
namespace SpectreConsoleStudy.Core7App
|
|
{
|
|
internal class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Shared.SpectreConsoleRunner.Run();
|
|
}
|
|
}
|
|
} |