2011年2月18日

摘要: void LoadPage() { int count=5; //Image[] im=new Image[count]; int cc=0; for(int i=1;i<=count;i++) { Rectangle r=new Rectangle(); r.Name="r"+i.ToString();// im[i].Source=new BitmapImage(new Uri("img/sha.jpg", UriKind.Relative)); //r1.Fill=(new BitmapImage(new Uri("img/s... 阅读全文

posted @ 2011-02-18 22:56 xublogs 阅读(122) 评论(0) 推荐(0)

摘要: namespace SilverlightApplication1{ public partial class PutCard : Page { public PutCard() { InitializeComponent(); LoadPage(); } // Executes when the user navigates to this page. void LoadPage() { Image im=new Image(); im.Source=new BitmapImage(ne... 阅读全文

posted @ 2011-02-18 19:16 xublogs 阅读(140) 评论(0) 推荐(0)