using MyWPFControl.Controls;
using System.Text;
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 B20UVLog
{
///
/// Interaction logic for MainWindow.xaml
///
public partial class MainWindow : MWindow
{
public MainWindow()
{
InitializeComponent();
//FrameContent.Source = new Uri("Pages/AxisData.xaml", UriKind.RelativeOrAbsolute);
}
private void TreeView_SelectedItemChanged(object sender, RoutedPropertyChangedEventArgs