mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Format RenderApi code
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
|
||||
namespace Microsoft.Iris.Render.Protocol
|
||||
{
|
||||
internal interface IChannel
|
||||
{
|
||||
void Connect(ContextID idRemoteContext, RENDERHANDLE hBrokerClass, MessageCookieLayout layout);
|
||||
internal interface IChannel
|
||||
{
|
||||
void Connect(ContextID idRemoteContext, RENDERHANDLE hBrokerClass, MessageCookieLayout layout);
|
||||
|
||||
void Dispose();
|
||||
void Dispose();
|
||||
|
||||
bool IsConnected { get; }
|
||||
}
|
||||
bool IsConnected { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user