摘要: 哈哈,终于出来了。。。有空再整理喽 阅读全文
posted @ 2012-12-07 22:31 xiangde112 阅读(77) 评论(0) 推荐(0) 编辑
摘要: // 图表绑定辅助类public class ChartValue : INotifyPropertyChanged{ public ChartValue() { } public ChartValue(string xlabel, decimal value) { Label = xlabel; _yValue = value; } decimal _yValue; string _label; public event PropertyChangedEventHandler PropertyChanged; public String Label { get { return _label 阅读全文
posted @ 2012-11-14 08:49 xiangde112 阅读(361) 评论(0) 推荐(0) 编辑
摘要: C#:System.Windows.Browser.HtmlPage.Window.Eval("getUrl('" + url + "','" + 380 + "','" + left + "','" + top + "')");js:function getUrl(pageURL, innerHeight, left, top) { window.showModalDialog(pageURL, null, 'dialog 阅读全文
posted @ 2012-11-14 08:39 xiangde112 阅读(1078) 评论(0) 推荐(0) 编辑