private async void Form1_Load(object sender, EventArgs e) { UpdateTextDel utDel = UpdateText; await _mainProcess.LoadProcess(o => textBox1.Invoke(utDel, o)); }