Exemplo n.º 1
0
        private void Btn_Report_Click(object sender, EventArgs e)
        {
            var tag = ((Button)sender).Tag;

            this.SelectedType = (selectedType)tag;
        }
Exemplo n.º 2
0
 void Start()
 {
     type = selectedType.nullSelect;
 }