Basic formatting applied. Unnecessary comments have been removed. Suspicious code is covered by TODO.
8 lines
133 B
C#
8 lines
133 B
C#
namespace Hcs.ClientApi.RemoteCaller
|
|
{
|
|
public interface IHcsGetStateResult
|
|
{
|
|
object[] Items { get; set; }
|
|
}
|
|
}
|