반응형
App.xaml 파일을 보면
<Application x:Class="WpfApplication3.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="Window1.xaml">
시작페이지를 지정하는 코드(StartupUri)가 있다.
이 부분을 cs파일에서 구현해보자.
<Application x:Class="WpfApplication3.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="Window1.xaml">
시작페이지를 지정하는 코드(StartupUri)가 있다.
이 부분을 cs파일에서 구현해보자.
반응형
'Dev > WPF' 카테고리의 다른 글
[WPF] Brush 사용 (0) | 2009.07.28 |
---|---|
[WPF] 프로그램 활성화/비활성화 체크 (0) | 2009.07.28 |
[WPF] 창을 화면의 우측하단 영역에 위치시키기 (0) | 2009.07.27 |
[WPF] 단일 인스턴트 응용 프로그램 (0) | 2009.05.15 |