Access Label From Another Class C

[Solved] Access Label From Another Class C | Swift - Code Explorer | yomemimo.com
Question : access label from another class c#

Answered by : zfxbixn

//Form1
public static Form1 form = null; public Form1() { InitializeComponent(); form = this; }
// Your Class
Form1.form.label1.Text = "Hello, World!";

Source : | Last Update : Sun, 22 Nov 20

Answers related to access label from another class c

Code Explorer Popular Question For Swift