private void OnPrimiereSelectedChanged(PremiereSelectedMessage message)
 {
     if (message.Premiere != null)  
     {
         myPremier = message.Premiere;
         ticketCount.Text = string.Format("Aviable ticket count: <{0}>", myPremier.TicketCount);
         Genre.Text = string.Format("\t{0}", myPremier.Genre);
         NameW.Text = string.Format("\t{0}", myPremier.Name);
        // Description.Text = string.Format("\t{0}", myPremier.Description);
         Price.Text = string.Format("\t{0}", Convert.ToString(myPremier.Price));
     }            
 }
 private void OnPrimiereSelectedChanged(PremiereSelectedMessage message)
 {
     if (message.Premiere != null)
     {
         myPremier        = message.Premiere;
         ticketCount.Text = string.Format("Aviable ticket count: <{0}>", myPremier.TicketCount);
         Genre.Text       = string.Format("\t{0}", myPremier.Genre);
         NameW.Text       = string.Format("\t{0}", myPremier.Name);
         // Description.Text = string.Format("\t{0}", myPremier.Description);
         Price.Text = string.Format("\t{0}", Convert.ToString(myPremier.Price));
     }
 }
Beispiel #3
0
 private void OnPrimiereSelectedChanged(PremiereSelectedMessage message)
 {
     // message.Primiere
 }
 private void OnPrimiereSelectedChanged(PremiereSelectedMessage message)
 {
     // message.Primiere
 }