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