Display.Display C# (CSharp) Метод

Display() публичный Метод

public Display ( ProjectId value, string text )
value ProjectId
text string
    public Display(ProjectId value, string text)
    {
        Value = value;
            Text = text;
    }