コード例 #1
0
        private void comboBox2_SelectedIndexChanged(object sender, EventArgs e)
        {
            int indice = cmbtinta.SelectedIndex;

            selectinta = cmbtinta.Items[indice].ToString();

            tintah = (etipotinta)Enum.Parse(typeof(etipotinta), selectinta);
        }
コード例 #2
0
 public ttinta(ConsoleColor a, etipotinta b) : this(a)
 {
     this.etipotinta = b;
 }
コード例 #3
0
 public ttinta()
 {
     this.color      = ConsoleColor.Blue;
     this.etipotinta = etipotinta.conBrillito;
 }