コード例 #1
0
        public NintendoService()
        {
            Config config = new Config
            {
                Region = Region.NA,
                System = Eshop.Games.System.NintendoSwitch
            };

            _eshopService = new EshopService(config);
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: triasamo1/CRMmodel
        static void Main(string[] args)
        {
            EshopService eshop = new EshopService();

            eshop.MainProcess();
        }