“Get Data Table.xaml” creates a data table with a few rows of names and ages.
“Print Data Table.xaml” prints the data table it is given to the output.
“Main.xaml” gets the data table from “Get Data Table.xaml” as an Out argument, and then passes it into “Print Data Table.xaml” as an In argument.