Skip to content

Commit

Permalink
添加卸载功能
Browse files Browse the repository at this point in the history
  • Loading branch information
proxysu committed Sep 28, 2020
1 parent 3ec67da commit ad06899
Show file tree
Hide file tree
Showing 6 changed files with 913 additions and 39 deletions.
1 change: 1 addition & 0 deletions ProxySU/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@
<Button x:Name="ButtonProofreadTime" Content="{DynamicResource ButtonProofreadTime}" Grid.Column="0" Grid.Row="0" Margin="5" Click="ButtonProofreadTime_Click"/>
<Button x:Name="ButtonClearOccupiedPorts" Content="{DynamicResource ButtonClearOccupiedPorts}" Grid.Column="1" Grid.Row="0" Margin="5" Click="ButtonClearOccupiedPorts_Click"></Button>
<Button x:Name="ButtonTestAndEnableBBR" Content="{DynamicResource ButtonTestAndEnableBBR}" Grid.Column="2" Grid.Row="0" Margin="5" Click="ButtonTestAndEnableBBR_Click"></Button>
<Button x:Name="ButtonRemoveAllSoft" Content="{DynamicResource ButtonRemoveAllSoft}" Grid.Column="3" Grid.Row="0" Margin="5" Click="ButtonRemoveAllSoft_Click"></Button>
</Grid>
</TabItem>

Expand Down
Loading

0 comments on commit ad06899

Please sign in to comment.