Beispiel #1
0
 /// <summary>
 /// Create a new NetDragonDatPkg handle.
 /// </summary>
 public NetDragonDatPkg()
 {
     this.Package = new TPI();
 }
Beispiel #2
0
 /// <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);
 }