Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit b04fc07

Browse files
author
Jasmine
committed
make SimpleApiClient protected
1 parent f1aa96a commit b04fc07

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/GitHub.VisualStudio/Base/MenuBase.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ public abstract class MenuBase
2020

2121
protected ISimpleRepositoryModel ActiveRepo { get; private set; }
2222

23-
ISimpleApiClient simpleApiClient;
23+
protected ISimpleApiClient simpleApiClient;
24+
2425
[AllowNull]
25-
public ISimpleApiClient SimpleApiClient
26+
protected ISimpleApiClient SimpleApiClient
2627
{
2728
[return: AllowNull]
2829
get { return simpleApiClient; }

0 commit comments

Comments
 (0)