Skip to content

Commit 77b7aa2

Browse files
committed
CQ: Add comments
1 parent a0cb941 commit 77b7aa2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Files.App/Data/Contracts/IRealTimeControl.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ namespace Files.App.Data.Contracts
88
/// </summary>
99
internal interface IRealTimeControl
1010
{
11+
/// <summary>
12+
/// Gets the service for managing real-time layout updates.
13+
/// </summary>
1114
IRealTimeLayoutService RealTimeLayoutService { get; }
1215

1316
/// <summary>

src/Files.App/Data/Contracts/IRealTimeWindow.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ namespace Files.App.Data.Contracts
88
/// </summary>
99
internal interface IRealTimeWindow
1010
{
11+
/// <summary>
12+
/// Gets the service for managing real-time layout updates.
13+
/// </summary>
1114
IRealTimeLayoutService RealTimeLayoutService { get; }
1215

1316
/// <summary>

0 commit comments

Comments
 (0)