// Token: 0x060002DA RID: 730 RVA: 0x00008504 File Offset: 0x00006704 private void textBox_0_KeyDown(object sender, KeyEventArgs e) { if (GControl15.smethod_15(e)) { if (GControl15.smethod_16(e) == Keys.A) { GControl15.smethod_17(this.textBox_0); GControl15.smethod_18(e, true); } } if (GControl15.smethod_15(e) && GControl15.smethod_16(e) == Keys.C) { GControl15.smethod_19(this.textBox_0); GControl15.smethod_18(e, true); } }