Foreach (string I in v1. Numbers) {Form1. RichTextBox1. Text=I; }
Compiler cannot pass, showed that gravity error CS0122 inaccessible "Form1. RichTextBox1", because it has a certain level of protection
How do I use richTextBox1 controls in class files?
CodePudding user response:
Is this meaning? As for the second time to see the problem