public TrayForm()
        {
            Utils.CopyOSPlatformDependentFiles();
            InitializeComponent();

            EventManager.ShowNotificationDlgt showNotificationDlgt = new EventManager.ShowNotificationDlgt(ShowNotification);
            EventManager.showNotificationDlgt = showNotificationDlgt;
        }
        public SecureAgentForm()
        {
            Utils.CopyOSPlatformDependentFiles();
            InitializeComponent();

            GlobalConfig.filterType = FilterAPI.FilterType.FILE_SYSTEM_EASE_FILTER_ALL;

            EventManager.ShowNotificationDlgt showNotificationDlgt = new EventManager.ShowNotificationDlgt(ShowNotification);
            EventManager.showNotificationDlgt = showNotificationDlgt;

            accessControlForm = new AccessControlForm();
        }