private void comboBox2_SelectedIndexChanged(object sender, EventArgs e) { int indice = cmbtinta.SelectedIndex; selectinta = cmbtinta.Items[indice].ToString(); tintah = (etipotinta)Enum.Parse(typeof(etipotinta), selectinta); }
public ttinta(ConsoleColor a, etipotinta b) : this(a) { this.etipotinta = b; }
public ttinta() { this.color = ConsoleColor.Blue; this.etipotinta = etipotinta.conBrillito; }