Sicherung
This commit is contained in:
@@ -32,6 +32,15 @@ namespace FSI.BT.Tools
|
||||
HotkeyManager.Current.AddOrReplace("TimeStampToClipboard", TimeStamp, TimeStampToClipboard);
|
||||
|
||||
Global.FrmRadialMenu = new();
|
||||
|
||||
Global.WinCC = new()
|
||||
{
|
||||
AutoStart = Global.Settings.SieTiaWinCCMsgMgtAutostart,
|
||||
UpdateIntervall = Global.Settings.SieTiaWinCCMsgMgtUpdateIntervall,
|
||||
WindowsName = Global.Settings.SieTiaWinCCMsgMgtWindowsName,
|
||||
WindowsClassName = Global.Settings.SieTiaWinCCMsgMgtClassName,
|
||||
ButtonName = Global.Settings.SieTiaWinCCMsgMgtBtnName,
|
||||
};
|
||||
}
|
||||
|
||||
private void ShowRadialMenu(object sender, HotkeyEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user