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