Beispiel #1
0
        private void Document3_Click(object sender, RoutedEventArgs e)
        {
            string tempPath = Path.GetFullPath("Images/" + data.DocumentsAddress[2]);
            DocumentDisplayDialog ShowDoc = new DocumentDisplayDialog(tempPath);

            ShowDoc.ShowDialog();
        }
Beispiel #2
0
        private void Signature_Click(object sender, RoutedEventArgs e)
        {
            DocumentDisplayDialog ShowDoc = new DocumentDisplayDialog(data.MemberSignature);

            ShowDoc.ShowDialog();
        }