Tig 1 anno fa
parent
commit
6d464a0b04
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      Terminal.Gui/View/Orientation/IOrientation.cs

+ 3 - 0
Terminal.Gui/View/Orientation/IOrientation.cs

@@ -5,6 +5,9 @@ using System;
 /// <summary>
 ///     Implement this interface to provide orientation support.
 /// </summary>
+/// <remarks>
+///     See <see cref="OrientationHelper"/> for a helper class that implements this interface.
+/// </remarks>
 public interface IOrientation
 {
     /// <summary>