Browse Source

Trim header comments

pull/2563/head
Jumar Macato 7 years ago
parent
commit
1c6814433e
No known key found for this signature in database GPG Key ID: B19884DAC3A5BF3F
  1. 12
      src/Avalonia.Controls/Grid.cs

12
src/Avalonia.Controls/Grid.cs

@ -1,17 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements. // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license. // The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
//
// Description: Grid implementation.
//
// Specs
// Grid : Grid.mht
// Size Sharing: Size Information Sharing.doc
//
// Misc
// Grid Tutorial: Grid Tutorial.mht
//
using MS.Internal; using MS.Internal;
using MS.Internal.Controls; using MS.Internal.Controls;

Loading…
Cancel
Save