🌈 搜索
📅  最后修改于: 2022-03-11 14:56:09.988000             🧑  作者: Mango
Button button = FindViewById (Resource.Id.btnOne); button.Click += delegate { button.Text = string.Format ("{0} clicks!", count++); };