소스 검색

调试界面修改

样式分支
pry 2 년 전
부모
커밋
66bb0e9691
2개의 변경된 파일0개의 추가작업 그리고 13개의 파일을 삭제
  1. +0
    -7
      BPASmartClient.MorkS/View/Debug.xaml
  2. +0
    -6
      BPASmartClient.MorkS/View/Debug.xaml.cs

+ 0
- 7
BPASmartClient.MorkS/View/Debug.xaml 파일 보기

@@ -97,13 +97,6 @@
Command="{Binding InitCommand}"
Content="初始化设备"
Style="{StaticResource ButtonStyle}" />
<Button
Name="AA"
Width="120"
Click="Button_Click"
Command="{Binding InitCommand}"
Content="停止模拟"
Style="{StaticResource ButtonStyle}" />
</StackPanel>
</StackPanel>



+ 0
- 6
BPASmartClient.MorkS/View/Debug.xaml.cs 파일 보기

@@ -26,11 +26,5 @@ namespace BPASmartClient.MorkS.View
InitializeComponent();
}

private void Button_Click(object sender, RoutedEventArgs e)
{
Global.EnableLocalSimOrder = !Global.EnableLocalSimOrder;
if (Global.EnableLocalSimOrder) AA.Content = "模拟中";
if (!Global.EnableLocalSimOrder) AA.Content = "停止模拟";
}
}
}

불러오는 중...
취소
저장