Text.Text C# (CSharp) Method

Text() public method

public Text ( ) : System.Collections
return System.Collections
    public Text()
    {
        this.french = "";
        this.english = "";
    }

Same methods

Text::Text ( string french, string english ) : System.Collections