Projekt

Obecné

Profil

Stáhnout (222 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
using System.Windows.Forms;
2

    
3
namespace DeltarobotVr.Launcher
4
{
5
    internal class Program
6
    {
7
        public static void Main(string[] args)
8
        {
9
            Application.Run(new LauncherForm());
10
        }
11
    }
12
}
(4-4/4)