protected virtual Forms.tradeAlertList GetTradeAlertListForm() { Forms.tradeAlertList myForm = new Forms.tradeAlertList(); myForm.SetColumnVisible(tradeAlertList.gridColumnName.StockCode.ToString(), false); return(myForm); }
protected virtual Forms.tradeAlertList GetTradeAlertListForm() { Forms.tradeAlertList myForm = new Forms.tradeAlertList(); myForm.SetColumnVisible(tradeAlertList.gridColumnName.StockCode.ToString(), false); return myForm; }