~mandel/wadlsharp/fix_643524

« back to all changes in this revision

Viewing changes to LpNet.WadlSharp/WadlLoader.cs

  • Committer: Manish Sinha
  • Date: 2010-04-06 18:47:38 UTC
  • Revision ID: manishsinha27@gmail.com-20100406184738-b2lh90t0b4qvzsw5
Changed the name of the asembly from LpNet.WadlSharp to LpNet.WadlSharp.Common
Added CreateIdentifier method in Utils.cs

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 ********************************************************************/
27
27
 
28
28
 
29
 
namespace LpNet.WadlSharp
 
29
namespace LpNet.WadlSharp.Common
30
30
{
31
31
    using System.IO;
32
32
    using System.Xml.Serialization;