示例#1
0
 public Source[] GetSources()
 {
     if (areaControl != null)
     {
         return(areaControl.GetAllSourceControls().Select(s => s.CurrentSource).ToArray());
     }
     return(new Source[0]);
 }