Beispiel #1
0
 public WINDOWPRODUCT()
 {
     InitializeComponent();
     core             = CORE.getCORE();
     vm               = new VM_PRODUCT(core.GetSale());
     this.DataContext = vm;
 }
Beispiel #2
0
        public PAGESALE()
        {
            InitializeComponent();
            core = CORE.getCORE();
            vm   = core.GetSale();

            this.DataContext = vm;
        }