Ejemplo n.º 1
0
 protected virtual Forms.tradeAlertList GetTradeAlertListForm()
 {
     Forms.tradeAlertList myForm = new Forms.tradeAlertList();
     myForm.SetColumnVisible(tradeAlertList.gridColumnName.StockCode.ToString(), false);
     return(myForm);
 }
Ejemplo n.º 2
0
 protected virtual Forms.tradeAlertList GetTradeAlertListForm()
 {
     Forms.tradeAlertList myForm = new Forms.tradeAlertList();
     myForm.SetColumnVisible(tradeAlertList.gridColumnName.StockCode.ToString(), false);
     return myForm;
 }