Text.Text C# (CSharp) 메소드

Text() 공개 메소드

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

Same methods

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