Ejemplo n.º 1
0
        protected void ChooseNewWindow()
        {
            if (StreamWindowInstance != null)
            {
                StreamStateService.DeleteInstance(StreamWindowInstance.Id);
            }

            StreamWindowInstance = null;
            StateHasChanged();
        }
Ejemplo n.º 2
0
 protected void SelectWindow(IntPtr hwnd)
 {
     StreamWindowInstance = StreamStateService.CreateInstance(hwnd);
 }