79 lines
1.8 KiB
C#
79 lines
1.8 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using System.Windows;
|
|
using System.Windows.Controls;
|
|
using System.Windows.Data;
|
|
using System.Windows.Documents;
|
|
using System.Windows.Input;
|
|
using System.Windows.Media;
|
|
using System.Windows.Media.Imaging;
|
|
using System.Windows.Navigation;
|
|
using System.Windows.Shapes;
|
|
|
|
namespace JiangsuEarthquake.Views
|
|
{
|
|
/// <summary>
|
|
/// BoosterStationStateDataView.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class BoosterStationStateDataView : UserControl
|
|
{
|
|
public BoosterStationStateDataView()
|
|
{
|
|
InitializeComponent();
|
|
|
|
//AskDataMsg.DataContext = MainWindow.mainViewModel;
|
|
//AskDataBtn.DataContext = MainWindow.mainViewModel;
|
|
//AlarmSettingBtn.DataContext = MainWindow.mainViewModel;
|
|
//OtherSettingBtn.DataContext = MainWindow.mainViewModel;
|
|
}
|
|
|
|
private void AskDataBtn_Click(object sender, RoutedEventArgs e)
|
|
{
|
|
|
|
}
|
|
|
|
private void RefreshDataBtn_Click(object sender, RoutedEventArgs e)
|
|
{
|
|
|
|
}
|
|
|
|
private void DownloadDataBtn_Click(object sender, RoutedEventArgs e)
|
|
{
|
|
|
|
}
|
|
|
|
private void PageJumpButton1_Click(object sender, RoutedEventArgs e)
|
|
{
|
|
|
|
}
|
|
|
|
private void PageJumpButton2_Click(object sender, RoutedEventArgs e)
|
|
{
|
|
|
|
}
|
|
|
|
private void PageJumpButton3_Click(object sender, RoutedEventArgs e)
|
|
{
|
|
|
|
}
|
|
|
|
private void PageJumpButton4_Click(object sender, RoutedEventArgs e)
|
|
{
|
|
|
|
}
|
|
|
|
private void PageJumpButton5_Click(object sender, RoutedEventArgs e)
|
|
{
|
|
|
|
}
|
|
|
|
private void PageJumpButton_Click(object sender, RoutedEventArgs e)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|