コード例 #1
0
 override protected void OnAttach()
 {
     if (factory == null)
     {
         factory = new ASFContentReaderFactory();
     }
     Application.PeerCast.ContentReaderFactories.Add(factory);
 }
コード例 #2
0
 protected override void OnAttach()
 {
     if (factory==null) factory = new ASFContentReaderFactory();
       Application.PeerCast.ContentReaderFactories.Add(factory);
 }