app.xaml.cs
private void Application_Startup(object sender, StartupEventArgs e)
{
this.RootVisual = new MainView();
}
이부분을 시작페이지로 바꾼다 기본값은 page()
private void Application_Startup(object sender, StartupEventArgs e)
{
this.RootVisual = new MainView();
}
이부분을 시작페이지로 바꾼다 기본값은 page()
'silverlight' 카테고리의 다른 글
Silverlight 2 - Navigate to a URL (0) | 2008.09.01 |
---|---|
버튼 만들어주는 사이트 (0) | 2008.08.27 |
애니메이션 blend로 넣는법 플래시랑 비슷 (0) | 2008.08.26 |
about tab control (0) | 2008.08.25 |
웹서비스에서 배열 return 할때 arrayofanytype으로 반환안되게 하기 (0) | 2008.08.22 |