markus / ConvertService / ServiceBase / ConnectionStringBuild / App.xaml @ 950e6b84
이력 | 보기 | 이력해설 | 다운로드 (318 Bytes)
1 |
<Application
|
---|---|
2 |
x:Class="ConnectionStringBuild.App" |
3 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
4 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
5 |
xmlns:local="clr-namespace:ConnectionStringBuild" |
6 |
StartupUri="MainWindow.xaml"> |
7 |
<Application.Resources /> |
8 |
</Application>
|