Ejemplo n.º 1
0
 public ProductList()
 {
     Messenger.Default.Register(this, new Action<Products>(productInfo =>
     {
         _selectedProduct = new Products();
         _selectedProduct = productInfo;
     }));
 }
Ejemplo n.º 2
0
        public RptProductInformation(Products productses)
        {
            //
            // Required for telerik Reporting designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            ProductInforamtion.DataSource = productses;
        }