I need to change a button text by using the static task.
Fixed string [ARRay = new string [10]; [STAThread] static zero main () {string [] args = Environment.GetCommandLineArgs (); For (int i = 1; i! = Args.Length; ++ i) {command (i.ToString ()); ARRay [0] = Eye. Toasting (); } Applications. Enabledview style (); Application.SetCompatibleTextRenderingDefault (wrong); Application.Run (New Form 1 ()); } Fixed zero order (string line) {button1.Text = ARRay [0]; // here error}
First of all, button1
It looks like members of
Comments
Post a Comment