Ejemplo n.º 1
0
        private void Initiliaze(CWindowExtended wind)
        {
            if (wind == null)
            {
                throw new ArgumentNullException();
            }

            this.ParentWindow = wind;
        }
Ejemplo n.º 2
0
        private void Initiliaze(CWindowExtended wind)
        {
            if (wind == null)
                throw new ArgumentNullException();

            this.ParentWindow = wind;
        }