Exemplo n.º 1
0
        public LoggingForm(IManageLogFiles logManager)
        {
            _logManager = logManager;

            InitializeComponent();

            Icon = Resources.Notepad;
            Opacity = Program.Configuration.WindowOpacity;

            NotifyIcon.Icon = Resources.Notepad;
            NotifyIcon.BalloonTipText = Resources.LoggerTimerElapsed;
        }
Exemplo n.º 2
0
        public LoggingForm(IManageLogFiles logManager)
        {
            _logManager = logManager;

            InitializeComponent();

            Icon    = Resources.Notepad;
            Opacity = Program.Configuration.WindowOpacity;

            NotifyIcon.Icon           = Resources.Notepad;
            NotifyIcon.BalloonTipText = Resources.LoggerTimerElapsed;
        }