namespace MyWebLog { class Program { static void Main(string[] args) { App.Run(); } } }