Exemplo n.º 1
0
    public void RefreshAData(JContainer jcontainer)
    {
        List <KLine> list = KLine.GetAListFormJContainer(jcontainer);

        RefreshData(list);
    }