Ejemplo n.º 1
0
 // Token: 0x06000049 RID: 73 RVA: 0x000021E5 File Offset: 0x000003E5
 public EditProduct(long categoryId, long?productId)
 {
     this.InitializeComponent();
     this.categoryId = categoryId;
     this.productId  = productId;
     ControlExtensions.Panel_СenterButtons(this.panelButtons, this.flatButtonCancel, this.flatButtonSave);
 }