private void Initiliaze(CWindowExtended wind) { if (wind == null) { throw new ArgumentNullException(); } this.ParentWindow = wind; }
private void Initiliaze(CWindowExtended wind) { if (wind == null) throw new ArgumentNullException(); this.ParentWindow = wind; }