Example #1
0
 public StackPanel GetPanel(Cinema cinemas = null)
 {
     return(CreatePanel(Name, Seats));
 }
Example #2
0
 public StackPanel GetPanel(Cinema cinemas = null)
 {
     return(CreatePanel(Title, Genre, Length));
 }
Example #3
0
 public StackPanel GetPanel(Cinema cinema = null)
 {
     return(CreatePanel(Firstname, Lastname));
 }