参考visifire的帮助,完成了RealTime Chart的例子。
C#的代码:
using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Input;using System.
浏览全文...
Delphi Prism已经安装了好几天,一直没有试一试。今天在学习用C#开发Silverlight,顺便也用Prism来了一次。
C#的代码:using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System
浏览全文...