Ejemplo n.º 1
0
 /// <summary>
 /// 构造函数
 /// </summary>
 protected ZPlayer()
 {
     if (mZPlay == null)
     {
         mZPlay = new LibZPlay.ZPlay();
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 构造函数
 /// </summary>
 protected ZPlayer()
 {
     if(mZPlay==null)
     {
         mZPlay=new LibZPlay.ZPlay();
     }
 }