コード例 #1
0
        private void RatingConception_Voted(object sender, EventArgs e)
        {
            RatingConception rating = (RatingConception)sender;
            int index = rating.IndexVoted;
            int value = rating.Value;



            // rating.InitialValue = 2; sobres así se asigna por default e buen rating
        }
コード例 #2
0
        private void RatingConception_Voted(object sender, EventArgs e)
        {
            RatingConception rating = (RatingConception)sender;
            int index = rating.IndexVoted;
            int value = rating.Value;


            // rating.InitialValue = 2; sobres así se asigna por default e buen rating

            //http://www.washdryapp.com/app/public/solicitud/lista_solicitud/
        }
コード例 #3
0
        private void RatingConception_Voted(object sender, EventArgs e)
        {
            RatingConception rating = (RatingConception)sender;

            //int index = rating.IndexVoted;
            //int value = rating.Value;

            //index_star.Text = index.ToString();
            //value_star.Text = value.ToString();

            rating.InitialValue = 0; // Valor Por defecto
        }