protected void Page_Load(object sender, EventArgs e)
 {
     _shipStationExportManager = ShipStationExportManager.Instance;
     SyncButton.Visible        = OrderGrid.Rows.Count > 0;
 }
Пример #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     _shipStationExportManager = ShipStationExportManager.Instance;
 }