Sicherung
This commit is contained in:
20
FSI.BT.Tools/RadialMenu/UserInterface/FrmProcesses.xaml.cs
Normal file
20
FSI.BT.Tools/RadialMenu/UserInterface/FrmProcesses.xaml.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System.Windows;
|
||||
|
||||
namespace FSI.BT.Tools.RadialMenu.UserInterface
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaktionslogik für FrmProcesses.xaml
|
||||
/// </summary>
|
||||
public partial class FrmProcesses : Window
|
||||
{
|
||||
public FSI.Lib.Guis.SieTiaWinCCMsgMgt.ViewModel WinCC { get; set; }
|
||||
public FSI.Lib.Guis.IbaDirSync.ViewModel Iba { get; set; }
|
||||
public FSI.Lib.Guis.SetSizePosExWindow.ViewModel WindowMgt { get; set; }
|
||||
|
||||
public FrmProcesses()
|
||||
{
|
||||
InitializeComponent();
|
||||
DataContext = this;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user