aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Controls/DbTableView.xaml.cs
blob: 8d2a442132ac2213e9a457bfb8b603e5afc0d386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-10 19:57:02 +0000
 


pan class="p">)GetValue(MainContentProperty); }
            set { SetValue(MainContentProperty, value); }
        }
        public static readonly DependencyProperty MainContentProperty =
            DependencyProperty.Register("MainContent", typeof(FrameworkElement), typeof(DbTableView), new PropertyMetadata(null));

        /// <summary>
        /// Initializes a new instance of the <see cref="DbTableView"/> class.
        /// </summary>
        public DbTableView()
        {
            InitializeComponent();
        }
    }
}