markus / ConvertService / ServiceBase / ConnectionStringBuild / App.xaml @ 30d84e1a
이력 | 보기 | 이력해설 | 다운로드 (318 Bytes)
1 | 950e6b84 | taeseongkim | <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 | 53c9637d | taeseongkim | </Application> |