Esempio n. 1
0
        private void InitializeContext()
        {
            NotifyIcon notifyIcon = new NotifyIcon();

            notifyIcon.ContextMenuStrip = GetCmsMetamorff();
            notifyIcon.Icon             = new Icon("logo.ico");
            notifyIcon.Visible          = true;
            FormsExternalStuff.AbrirWWApp();
        }
Esempio n. 2
0
 private void btnAbrir_Click(object sender, EventArgs e)
 {
     FormsExternalStuff.AbrirWWApp();
 }
Esempio n. 3
0
 private static void AbrirWWAppEvent(object sender, EventArgs e)
 {
     FormsExternalStuff.AbrirWWApp();
 }