소스 검색

ICommandContext -> separate file

Tig 9 달 전
부모
커밋
80db8e6036
1개의 변경된 파일1개의 추가작업 그리고 14개의 파일을 삭제
  1. 1 14
      Terminal.Gui/Input/CommandContext.cs

+ 1 - 14
Terminal.Gui/Input/CommandContext.cs

@@ -37,17 +37,4 @@ public record struct CommandContext<TBindingType> : ICommandContext
 
     /// <inheritdoc />
     public object? Data { get; set; }
-}
-
-public interface ICommandContext
-{
-    /// <summary>
-    ///     The <see cref="Command"/> that is being invoked.
-    /// </summary>
-    public Command Command { get; set; }
-
-    /// <summary>
-    ///     Arbitrary data.
-    /// </summary>
-    public object? Data { get; set; }
-}
+}