Esempio n. 1
0
        static void Main(string[] args)
        {
            CyborgSubs CS = new CyborgSubs();

            CS.OpenShop(71);
        }
Esempio n. 2
0
 static void Main(string[] args)
 {
     CyborgSubs CS = new CyborgSubs();
     CS.OpenShop(71);
 }