Text.Text C# (CSharp) Method

Text() public method

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

Same methods

Text::Text ( ) : System.Collections