예제 #1
0
파일: NetDragonDatPkg.cs 프로젝트: Pircs/Yi
 /// <summary>
 /// Create a new NetDragonDatPkg handle.
 /// </summary>
 public NetDragonDatPkg()
 {
     this.Package = new TPI();
 }
예제 #2
0
파일: NetDragonDatPkg.cs 프로젝트: Pircs/Yi
 /// <summary>
 /// Pack the folder pointed by the path (source) in a package pointed by the other path (destination).
 /// </summary>
 public static void Pack(String Source, String Destination)
 {
     TPI.Pack(Source, Destination);
 }