Esempio n. 1
0
        private void buttonShareDocument_Click(object sender, RoutedEventArgs e)
        {
            ShareDocumentDialog shareDia = new ShareDocumentDialog();

            shareDia.ShowDialog();
            controller.ShareDocument(shareDia.Email);
        }