mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 15:24:10 +02:00
23 lines
322 B
Beef
23 lines
322 B
Beef
![]() |
using System;
|
||
|
|
||
|
namespace LogViewer
|
||
|
{
|
||
|
class Program
|
||
|
{
|
||
|
static int32 Main(String[] args)
|
||
|
{
|
||
|
/*String commandLine = scope String();
|
||
|
commandLine.JoinInto(" ", args);*/
|
||
|
|
||
|
LVApp app = new .();
|
||
|
app.ParseCommandLine(args);
|
||
|
app.Init();
|
||
|
app.Run();
|
||
|
app.Shutdown();
|
||
|
delete app;
|
||
|
|
||
|
return 0;
|
||
|
}
|
||
|
}
|
||
|
}
|