摘要:Continue to study silverlightDownloads with WebClientpublic Page() { InitializeComponent(); this.Loaded += new RoutedEventHandler(Page_Loaded); } void Page_Loaded(object sender, RoutedEventArgs e) { W...
阅读全文
摘要:Continue to study silverlightAbout StoryboardFirst we need a test data<Grid x:Name="LayoutRoot" Background="White"> <Grid.ColumnDefinitions> <ColumnDefinition /> <ColumnDefinition...
阅读全文
摘要:Continue silverlight about user control.First create a LoginBox.xamlHtml:<UserControl x:Class="LoginTest.LoginBox" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http:/...
阅读全文
摘要:Today I added unit test in our project and talked with customer and the customer looks very happy, the version 2.0 is delivered successfully. The last days we will continue to fixed bugs and adde...
阅读全文
摘要:Today I am relatively easy. when I fixed a bug and test in morning, I was free, it spent about two hours. So I have more time to study new technology. I searched video about silverlight from...
阅读全文