Dobry vecer,
mam otazku ohledne pouziti vlastnosti. Mám nasledujici vlastnost
public TextWriter Writer { get; set; }
V jine tride bych chtel tuto vlastnost pouzit a to tak ze bych chtel puzit neco jako:
Writer.WriteLine(retezec);
ale bohuzel mi prekladac hlasi chybu
The name 'Writer' does not exist in the current context
Diky za odpoved.