mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Simplified usages
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ namespace Microsoft.Iris.Render.Protocols.Splash.Rendering
|
||||
return protocolSplashRendering;
|
||||
}
|
||||
ProtocolSplashRendering protocolSplashRendering1 = new ProtocolSplashRendering(port);
|
||||
port.BindProtocol((ProtocolInstance)protocolSplashRendering1);
|
||||
port.BindProtocol(protocolSplashRendering1);
|
||||
return protocolSplashRendering1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user