AwesomeComputers.MotherBoard.MotherBoard.DrawOnVideoCard C# (CSharp) Méthode

DrawOnVideoCard() public méthode

public DrawOnVideoCard ( string data ) : void
data string
Résultat void
        public void DrawOnVideoCard(string data)
        {
            throw new NotImplementedException();
        }
    }