Esempio n. 1
0
        private void onClearAll()
        {
            SplitScreenPanel panel = FindSplitScreen();

            if (panel != null)
            {
                panel.StopAll();
            }
        }
Esempio n. 2
0
 private void stopMultiVideos(SplitScreenPanel panel)
 {
     panel.StopAll();
 }