Ondřej Kubíček

Results 1 comments of Ondřej Kubíček

Wouldn't changing signature break all current usages? In current `WindowManagerService` implementation they are guaranteed to be `WindowFrame` or `null`. ```C# WindowFrame oldFrame = varValueOld as WindowFrame; WindowFrame newFrame = varValueNew...