aswi2021virtual-surreality-gitlab/deltarobot-vr-launcher/DeltarobotVr.Launcher/Program.cs @ b4d47cc5
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 |
}
|
- « Předchozí
- 1
- 2
- 3
- 4
- Další »