Exemplo n.º 1
0
 static void CreateWindow(Window __result)
 {
     FramesSubject.OnNext(__result);
 }
Exemplo n.º 2
0
 static void CreateFrame(Frame __result)
 {
     FramesSubject.OnNext(__result);
 }