コード例 #1
0
ファイル: Program.cs プロジェクト: AaronDeSanctis/SandwichBot
        static void Main(string[] args)
        {
            CyborgSubs CS = new CyborgSubs();

            CS.OpenShop(71);
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: AaronDeSanctis/SandwichBot
 static void Main(string[] args)
 {
     CyborgSubs CS = new CyborgSubs();
     CS.OpenShop(71);
 }