Windows フォームがあり、ヘルパー クラス内で以下のコードを使用したいと考えています。richtextbox と tabControl モディファイアを public にしましたが、それでも自分の richtextbox にアクセスできません。richTextBox1 でエラーが発生します
The name richTextBox1 doesnt exist in the current context
私が間違っていることは何ですか?
ヘルパー クラス
List<string> commentLines = richTextBox1.Lines.ToList();