예제 #1
0
        private void GetOneWrapDepthChart(string url)
        {
            string depthHtml = HtmlString.GetOneWrapDepthHtml(url);

            DepthBrowser.NavigateToString(depthHtml);
        }
예제 #2
0
        private void GetPeriodChart(string url)
        {
            string peroidhtml = HtmlString.GetPeriodHtml(url);

            PeriodBrowser.NavigateToString(peroidhtml);
        }