개정판 5622deac
issue #00000 dig appcast 추가
Change-Id: I96b46b734bcae1a2df07e5fd5e705284cb18770d
FinalService/KCOM_FinalService/UploadTest/MainWindow.xaml.cs | ||
---|---|---|
32 | 32 |
{ |
33 | 33 |
try |
34 | 34 |
{ |
35 |
//UploadCall2();
|
|
36 |
UploadCall(); |
|
35 |
UploadCall2(); |
|
36 |
//UploadCall();
|
|
37 | 37 |
} |
38 | 38 |
catch (Exception ex) |
39 | 39 |
{ |
... | ... | |
132 | 132 |
builder.AppendLine(Msg); |
133 | 133 |
tbLog.Text = builder.ToString(); |
134 | 134 |
} |
135 |
|
|
136 |
string value = @"<Grid Name=""aa32D0608B"" xmlns=""http://schemas.microsoft.com/winfx/2006/xaml/presentation"" Width=""205"" Height=""89""> |
|
137 |
<Grid.Background> |
|
138 |
<SolidColorBrush Color=""#FFFFFFFF"" Opacity=""0.1"" /> |
|
139 |
</Grid.Background> |
|
140 |
<Rectangle Stretch=""Fill"" Stroke=""#FFFF0000"" StrokeThickness=""5"" StrokeLineJoin=""Round"" Name=""Rectangle"" Width=""205"" Height=""89"" Canvas.Left=""-2.5"" Canvas.Top=""-2.5"" /> |
|
141 |
<Grid> |
|
142 |
<Grid.RowDefinitions> |
|
143 |
<RowDefinition Height=""*"" /> |
|
144 |
<RowDefinition Height=""3.5*"" /> |
|
145 |
<RowDefinition Height=""*"" /> |
|
146 |
</Grid.RowDefinitions> |
|
147 |
<TextBlock Text=""APPROVED"" FontWeight=""ExtraBold"" FontSize=""30"" Foreground=""#FFFF0000"" HorizontalAlignment=""Center"" VerticalAlignment=""Center"" Grid.Row=""1"" /> |
|
148 |
</Grid> |
|
149 |
</Grid>"; |
|
150 |
|
|
151 |
private void btnStamp_Click(object sender, RoutedEventArgs e) |
|
152 |
{ |
|
153 |
var stamp = MarkupToPDF.Serialize.Core.JsonSerializerHelper.CompressStamp(value); |
|
154 |
Console.WriteLine(stamp); |
|
155 |
} |
|
135 | 156 |
} |
136 | 157 |
} |
내보내기 Unified diff