예제 #1
0
 private void InitializePlaylist()
 {
     slPlaylist = new HSimpleList();
     swPlayQueue.Add(slPlaylist);
     slPlaylist.Visible = true;
 }
 public CellRendererCustom( HSimpleList father )
 {
     this.Father = father;
 }
예제 #3
0
 public CellRendererCustom(HSimpleList father)
 {
     this.Father = father;
 }