Wizard : add multi device support

Change-Id: I501120b7a5e1a2b8e90d7a5c8dd8a18a0fb3ed7c
Tuleap: #1207
diff --git a/Wizard.xaml b/Wizard.xaml
index 599ae1c..0b11d97 100644
--- a/Wizard.xaml
+++ b/Wizard.xaml
@@ -115,7 +115,8 @@
                         <TextBox  x:Name="_PINTextBox_"

                                   Margin="10"

                                   PlaceholderText="Enter PIN"/>

-                        <PasswordBox Margin="10"

+                        <PasswordBox x:Name="_ArchivePassword_"

+                                Margin="10"

                                  PlaceholderText="Enter your password"/>

                     </StackPanel>

                     <!-- buttons yes/no to add the account. -->

@@ -127,6 +128,7 @@
                                 VerticalAlignment="Center"

                                 HorizontalAlignment="Center"

                                 Content="&#xE081;"

+                                Click="_addAccountYes__Click"

                                 Style="{StaticResource ButtonStyle2}"/>

                         </StackPanel>

                     </Grid>