Exemplo n.º 1
0
 public MasterDetailByCode()
 {
     Master = new RelativeEx()
     {
         Title = "Relative Ex"
     };
     Detail = new GridExample();
 }
Exemplo n.º 2
0
 public MasterDetailExWayTwo()
 {
     InitializeComponent();
     Master = new RelativeEx()
     {
         Title = "Relative Ex"
     };
     Detail = new GridExample();
 }