개정판 950e6b84
issue #00000 convert service
- markus library 수정 후 적용
- pdf download를 plugin으로 변경
- convert 안정화
Change-Id: Ibafcf7fb59445659f8361922f80d47e3e6610a65
ConvertService/ServiceBase/ConnectionStringBuild/App.xaml | ||
---|---|---|
1 |
<Application x:Class="ConnectionStringBuild.App" |
|
2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
4 |
xmlns:local="clr-namespace:ConnectionStringBuild" |
|
5 |
StartupUri="MainWindow.xaml"> |
|
6 |
<Application.Resources> |
|
7 |
|
|
8 |
</Application.Resources> |
|
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 /> |
|
9 | 8 |
</Application> |
내보내기 Unified diff