Esempio n. 1
0
        private void Form1_Load(object sender, EventArgs e)
        {
            this.WindowState   = FormWindowState.Minimized;
            this.ShowInTaskbar = false;
            ShareIcon n = new ShareIcon();

            n.CreateIcon(new NetworkInterface());

            n.UpdateInfo(new ConnectionInfo());
        }