[Conditional("DEBUG")] private void Test1() { label1.Text = "debug"; }
private void button1_Click(object sender, System.EventArgs e) { Test1(); }