コード例 #1
0
        public void Using()
        {
            var hayes = new HayesModem();
            var zoom  = new ZoomModem();
            var ernie = new ErnieModem();
            var unix  = new UnixModemConfigurator();

            hayes.Accept(unix);
            zoom.Accept(unix);
            ernie.Accept(unix);
        }