Produced by Araxis Merge on 2/1/2017 2:57:36 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | C:\Araxis_Merge_Comprasion\Pub_un\BTSSS_CIF_122016.zip\BTSSS_CIF_12_20_16\clean\CRM\trunk\SDK\Tools\WebResourceUtility\Views | PasswordWindow.xaml.cs | Tue Dec 20 19:52:28 2016 UTC |
| 2 | Wed Feb 1 19:57:36 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 1 | 44 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | using Syst em; | |||||
| 2 | using Syst em.Collect ions.Gener ic; | |||||
| 3 | using Syst em.Linq; | |||||
| 4 | using Syst em.Text; | |||||
| 5 | using Syst em.Windows ; | |||||
| 6 | using Syst em.Windows .Controls; | |||||
| 7 | using Syst em.Windows .Data; | |||||
| 8 | using Syst em.Windows .Documents ; | |||||
| 9 | using Syst em.Windows .Input; | |||||
| 10 | using Syst em.Windows .Media; | |||||
| 11 | using Syst em.Windows .Media.Ima ging; | |||||
| 12 | using Syst em.Windows .Shapes; | |||||
| 13 | ||||||
| 14 | namespace Microsoft. Crm.Sdk.Sa mples | |||||
| 15 | { | |||||
| 16 | /// <s ummary> | |||||
| 17 | /// In teraction logic for PasswordWi ndow.xaml | |||||
| 18 | /// </ summary> | |||||
| 19 | public partial c lass Passw ordWindow : Window | |||||
| 20 | { | |||||
| 21 | pu blic Passw ordWindow( ) | |||||
| 22 | { | |||||
| 23 | Initiali zeComponen t(); | |||||
| 24 | this.Dat aContext = this; | |||||
| 25 | } | |||||
| 26 | ||||||
| 27 | pr ivate void SubmitBut ton_Click( object sen der, Route dEventArgs e) | |||||
| 28 | { | |||||
| 29 | if (!Str ing.IsNull OrWhiteSpa ce(this.Pa sswordText .Password) ) | |||||
| 30 | { | |||||
| 31 | this .DialogRes ult = true ; | |||||
| 32 | } | |||||
| 33 | else | |||||
| 34 | { | |||||
| 35 | this .DialogRes ult = fals e; | |||||
| 36 | } | |||||
| 37 | } | |||||
| 38 | ||||||
| 39 | pu blic strin g GetPassw ord() | |||||
| 40 | { | |||||
| 41 | return t his.Passwo rdText.Pas sword; | |||||
| 42 | } | |||||
| 43 | } | |||||
| 44 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.