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

            api = new Api();
            uploadShopifyHelper = new UploadShopifyHelper();

            RowReorderBehavior.SetIsEnabled(this.sizePriceGrid, true);

            //this.sizePriceGrid.ItemsSource = new SizePriceModel().SizePrices;
        }
Example #2
0
 public UploadShopbase()
 {
     InitializeComponent();
     api = new Api();
     RowReorderBehavior.SetIsEnabled(this.sizePriceGrid, true);
 }