Ejemplo n.º 1
0
 public SnippetInfo(string strFileName, string strVer, string strPath, SnippetEnum.Languge objLanguge)
 {
     this.FileName = strFileName;
     this.Version  = strVer;
     this.Path     = strPath;
     this.Language = objLanguge;
 }
Ejemplo n.º 2
0
 public VSInfo(string strVer, string strPath, SnippetEnum.Languge objLanguge)
 {
     this.Version  = strVer;
     this.Path     = strPath;
     this.Language = objLanguge;
 }