Example #1
0
        private void Form1_Shown(object sender, EventArgs e)
        {
            HideWindow.HideTTPA(this.Width, this.Height);



            this.Opacity = 1;
        }
Example #2
0
 public void Close()
 {
     HideWindow?.Invoke();
 }