File tree 2 files changed +5
-10
lines changed
2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -790,19 +790,14 @@ public async void OpenNetworkConnectionsAction()
790
790
}
791
791
}
792
792
793
- public ICommand ApplyNetworkInterfaceConfigCommand
793
+ public ICommand ApplyConfigCommand
794
794
{
795
- get { return new RelayCommand ( p => ApplyNetworkInterfaceConfigAction ( ) ) ; }
795
+ get { return new RelayCommand ( p => ApplyConfigAction ( ) ) ; }
796
796
}
797
797
798
- public void ApplyNetworkInterfaceConfigAction ( )
798
+ public void ApplyConfigAction ( )
799
799
{
800
- ApplyNetworkInterfaceConfig ( ) ;
801
- }
802
-
803
- private void ApplyNetworkInterfaceConfig ( )
804
- {
805
- throw new NotImplementedException ( ) ;
800
+ ApplyConfig ( ) ;
806
801
}
807
802
808
803
public ICommand ApplyProfileConfigCommand
Original file line number Diff line number Diff line change 641
641
</mah : DropDownButton .Items>
642
642
</mah : DropDownButton >
643
643
</StackPanel >
644
- <Button Grid.Column=" 1" Command =" {Binding ApplyNetworkInterfaceConfigCommand }" >
644
+ <Button Grid.Column=" 1" Command =" {Binding ApplyConfigCommand }" >
645
645
<Button .Content>
646
646
<Grid >
647
647
<Grid .ColumnDefinitions>
You can’t perform that action at this time.
0 commit comments