private void SetTextAnonymousDelegateMiniPattern() { Invoke(new MethodInvoker(delegate { this.text = "New Text"; })); }