AwesomeComputers.MotherBoard.MotherBoard.DrawOnVideoCard C# (CSharp) Method

DrawOnVideoCard() public method

public DrawOnVideoCard ( string data ) : void
data string
return void
        public void DrawOnVideoCard(string data)
        {
            throw new NotImplementedException();
        }
    }