コード例 #1
0
        private void Initiliaze(CWindowExtended wind)
        {
            if (wind == null)
            {
                throw new ArgumentNullException();
            }

            this.ParentWindow = wind;
        }
コード例 #2
0
ファイル: ControlExtended.cs プロジェクト: justdude/MIP
        private void Initiliaze(CWindowExtended wind)
        {
            if (wind == null)
                throw new ArgumentNullException();

            this.ParentWindow = wind;
        }