Exemplo n.º 1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            CustomNotifyIcon.getInstance();
            _notifier.Notify("Info", "Welcome to BDMT v" + MyApp.version);

            base.OnStartup(e);
        }
Exemplo n.º 2
0
 protected override void OnStartup(StartupEventArgs e)
 {
     CustomNotifyIcon.getInstance();
     base.OnStartup(e);
 }