Example #1
0
        public Diskon()
        {
            InitializeComponent();

            Discount = new DiskonController();
            listDiskon.ItemsSource = Discount.getPromo();
            generateContentDiskon();
        }