예제 #1
0
        static SendKeys()
#pragma warning restore CA1810 // Initialize reference type static fields inline
        {
            Application.ThreadExit += new EventHandler(OnThreadExit);
            messageWindow           = new SKWindow();
            messageWindow.CreateControl();
        }
예제 #2
0
파일: SendKeys.cs 프로젝트: zk2019/winforms
 static SendKeys()
 {
     Application.ThreadExit += new EventHandler(OnThreadExit);
     messageWindow           = new SKWindow();
     messageWindow.CreateControl();
 }
예제 #3
0
파일: SendKeys.cs 프로젝트: JianwenSun/cc
 static SendKeys() {
     Application.ThreadExit += new EventHandler(OnThreadExit);
     messageWindow = new SKWindow();
     messageWindow.CreateControl();
 }