using Raylib; using static Raylib.rl; namespace ExampleApplication { static class Program { static void Main(string[] args) { Examples.core_basic_window(); // DrawControl.Run(); } } }