You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<RadioButtonx:Name="ProcessDetectionModeProcessNameRadio"Content="By Process Name"HorizontalAlignment="Left"VerticalAlignment="Top"GroupName="ProcessDetectionModeRadio"Checked="ProcessDetectionModeProcessNameRadio_Checked" />
91
91
<RadioButtonx:Name="ProcessDetectionModeProcessIdRadio"Content="By Process ID"HorizontalAlignment="Left"VerticalAlignment="Top"GroupName="ProcessDetectionModeRadio"Checked="ProcessDetectionModeProcessIdRadio_Checked"Margin="0,3,0,0" />
92
-
<RadioButtonx:Name="ProcessDetectionModeCommandLineRadio"Content="By Command Line String"HorizontalAlignment="Left"VerticalAlignment="Top"GroupName="ProcessDetectionModeRadio"Checked="ProcessDetectionModeCommandLineRadio_Checked"Margin="0,3,0,0" />
92
+
<RadioButtonx:Name="ProcessDetectionModeCommandLineRadio"Content="By Command Line String"HorizontalAlignment="Left"VerticalAlignment="Top"GroupName="ProcessDetectionModeRadio"Checked="ProcessDetectionModeCommandLineRadio_Checked"Margin="0,3,0,0"Visibility="Hidden"/>
93
93
</StackPanel>
94
94
</GroupBox>
95
95
<GroupBoxHeader="Extra Command Line Arguments"Height="57"Margin="10,185,10,0"VerticalAlignment="Top">
0 commit comments