개정판 0b75c341
PEMSS의 정합성 코멘트는 제외하고 Export 되도록 수정
Change-Id: I289cc872cf12b9d43fb415d0381271acca61f00a
PemssApiTest/MainWindow.xaml.cs | ||
---|---|---|
67 | 67 |
|
68 | 68 |
} |
69 | 69 |
} |
70 |
|
|
71 |
private void CommentAddCall_Click(object sender, RoutedEventArgs e) |
|
72 |
{ |
|
73 |
KCOM_API.PemssApi api = new KCOM_API.PemssApi("http://pemss.i-on.net"); |
|
74 |
//var items = api.SetRequirementComment("P00000000001", "D0000000008B"); |
|
75 |
|
|
76 |
//foreach (var item in items) |
|
77 |
//{ |
|
78 |
// System.Diagnostics.Debug.WriteLine(item.mdText); |
|
79 |
//} |
|
80 |
} |
|
81 |
|
|
82 |
private void GetMarkupDataForPageCall_Click(object sender, RoutedEventArgs e) |
|
83 |
{ |
|
84 |
ServiceDeepView.ServiceDeepViewClient client = new ServiceDeepView.ServiceDeepViewClient(); |
|
85 |
var result = client.GetMarkupDataForPage("111111", "AuUZwSlog68d714c36d38b0ca", 1); |
|
86 |
|
|
87 |
if (result != null) |
|
88 |
{ |
|
89 |
|
|
90 |
} |
|
91 |
} |
|
70 | 92 |
} |
71 | 93 |
} |
내보내기 Unified diff