Add project
Basic formatting applied. Unnecessary comments have been removed. Suspicious code is covered by TODO.
This commit is contained in:
7
Hcs.Client/ClientApi/RemoteCaller/IHcsGetStateResult.cs
Normal file
7
Hcs.Client/ClientApi/RemoteCaller/IHcsGetStateResult.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Hcs.ClientApi.RemoteCaller
|
||||
{
|
||||
public interface IHcsGetStateResult
|
||||
{
|
||||
object[] Items { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user