コード例 #1
0
        private void Alert_Load(object sender, EventArgs e)
        {
            Rectangle workingArea = Screen.GetWorkingArea(this);

            Location = new Point(workingArea.Right - Size.Width, workingArea.Bottom - Size.Height);

            Mostrar.Start();
        }