예제 #1
0
 public void BeginConsume()
 {
     document = new XDocument();
     consumerComponent.BeginConsume(WriteFsEntryToXml);
 }
 public void BeginConsume()
 {
     consumerComponent.BeginConsume(RenderFsEntryToTreeView);
 }