コード例 #1
0
        public static OpenProjWindow GetInstance()
        {
            if (staticInstance == null)
            {
                staticInstance = new OpenProjWindow();
            }

            return(staticInstance);
        }
コード例 #2
0
        public static OpenProjWindow GetInstance()
        {
            if (staticInstance == null)
            {
                staticInstance = new OpenProjWindow();
            }

            return staticInstance;
        }
コード例 #3
0
 private void WindowOnClosed(object sender, System.EventArgs e)
 {
     staticInstance = null;
 }
コード例 #4
0
 private void WindowOnClosed(object sender, System.EventArgs e)
 {
     staticInstance = null;
 }