Skip to content

Commit f71aa04

Browse files
Feedback changes
1 parent ba5ff5b commit f71aa04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Signature/Add_ESign/MainWindow.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ private void CreateSignatureImage()
146146
CreateCurrentDataImage();
147147

148148
//Combine the name image and date-time image into a single image
149-
CombineSignatureAntDataImage();
149+
CombineSignatureAndDataImage();
150150

151151
}
152152

153-
private void CombineSignatureAntDataImage()
153+
private void CombineSignatureAndDataImage()
154154
{
155155
// Load the two images
156156
using (System.Drawing.Image nameImage = System.Drawing.Image.FromFile(filePath + "John.png"))

0 commit comments

Comments
 (0)