Пример #1
0
        public FullWatch()
        {
            InitializeComponent();
            this.WindowState     = FormWindowState.Maximized;
            this.FormBorderStyle = FormBorderStyle.None;

            FW.SetBounds(0, 0, SystemInformation.PrimaryMonitorSize.Width, SystemInformation.PrimaryMonitorSize.Height);
            Thread Show = new Thread(new ThreadStart(ShowS));

            Show.Start();
        }