コード例 #1
0
        static void Main(string[] args)
        {
            // 190201 peter: add configuration
            if (null != args && 2 == args.Length)
            {
                ChangeDefaultValue(args[0], args[1]);
            }

            DirectXHost dxHost = new DirectXHost();

            dxHost.Run();
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: p3NTech/DiscordOverlayHost
        static void Main()
        {
            DirectXHost dxHost = new DirectXHost();

            dxHost.Run();
        }