Exemplo n.º 1
0
        public string ShowProcessorStation(IMainboard device)
        {
            var result = device.ShowMessage();

            return($"({result}): установлен");
        }
Exemplo n.º 2
0
        public string ShowBatteryChargeLevel(IMainboard collaborator)
        {
            var result = collaborator.ShowMessage();

            return($"({result}): processor charge level is 40%");
        }