Exemple #1
0
        public void RefreshStageProp(Stage st)
        {
            _CombInd.SelectedItem = null;

            _PropPanel.Children.Clear();
        }
Exemple #2
0
 public SLHelper(Stage st, JControlOutputData com, JControlOutputData ad)
 {
     stage   = st;
     commu   = com;
     adapter = ad;
 }