aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineManager/Properties/Settings.Designer.cs
blob: d14fa98d1169167fdbc7486cf790882f8364732e (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
25
26
27
28
29
30
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-09 14:57:12 +0000 span> } } public static readonly DependencyProperty ModuleContextProperty = DependencyProperty.Register("ModuleContext", typeof(ModuleWindowVM), typeof(ModuleWindow), new PropertyMetadata(null)); public ModuleWindow() { InitializeComponent(); } public ModuleWindow(MainViewVM mainViewVM, ModuleWindowVM moduleVM, FrameworkElement view) : this() { DataContext = mainViewVM; ModuleContext = moduleVM; grid.Children.Add(view); } } }