private void GetOneWrapDepthChart(string url) { string depthHtml = HtmlString.GetOneWrapDepthHtml(url); DepthBrowser.NavigateToString(depthHtml); }
private void GetPeriodChart(string url) { string peroidhtml = HtmlString.GetPeriodHtml(url); PeriodBrowser.NavigateToString(peroidhtml); }