개정판 6b6e937c
Compare기능 수정
Change-Id: I3697fbe30f47d5cc4a51ece85df0055f7c596bf2
ConvertService/ServiceBase/ServiceTestApp/MainWindow.xaml.cs | ||
---|---|---|
2 | 2 |
using Markus.Service; |
3 | 3 |
using Markus.Service.Extensions; |
4 | 4 |
using Markus.Service.Helper; |
5 |
using Microsoft.VisualStudio.TestTools.UnitTesting; |
|
6 | 5 |
using Microsoft.Win32; |
7 | 6 |
using Newtonsoft.Json; |
8 | 7 |
using Newtonsoft.Json.Linq; |
... | ... | |
169 | 168 |
|
170 | 169 |
private System.Collections.ObjectModel.ObservableCollection<Markus.Service.Interface.ConvertItem> convertItems = new System.Collections.ObjectModel.ObservableCollection<Markus.Service.Interface.ConvertItem>(); |
171 | 170 |
|
172 |
PrivateObject stationObj;
|
|
171 |
private Object stationObj;
|
|
173 | 172 |
Markus.Service.ServiceStation station = new Markus.Service.ServiceStation(); |
174 | 173 |
|
175 | 174 |
private void Button_Click(object sender, RoutedEventArgs e) |
내보내기 Unified diff