Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Oct 4, 2024
1 parent 6e044b0 commit b61fba5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 74 deletions.
49 changes: 0 additions & 49 deletions tools/windows-installer/NoPortsInstaller/Pages/Device/Install.xaml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
<Label Content="" HorizontalAlignment="Left" Height="28" VerticalAlignment="Top" Width="199" Margin="168,86,0,0" FontSize="11"/>
<ProgressBar x:Name="InstallProgress" HorizontalAlignment="Left" Height="22" Margin="173,114,0,0" VerticalAlignment="Top" Width="228"/>
<Label x:Name="Status" Content="Starting Download..." HorizontalAlignment="Left" Margin="175,136,0,0" VerticalAlignment="Top" Width="226"/>
<Button x:Name="BackPageButton" Content="&lt; Back" HorizontalAlignment="Left" Height="24" Margin="173,300,0,0" VerticalAlignment="Top" Width="52" Click="BackPageButton_Click"/>
</Grid>
</Page>
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@ public Download()
_controller = App.ControllerInstance;
_ = _controller.Install(InstallProgress, Status);
}
}

private void BackPageButton_Click(object sender, System.Windows.RoutedEventArgs e)
{
_controller.PreviousPage();
}
}
}

0 comments on commit b61fba5

Please sign in to comment.