コード例 #1
0
 /// <summary>
 /// Default constructor
 /// </summary>
 public CreateMOP()
 {
     this.language = "";
     this.name     = "";
     this.legendes = new LegendeDict();
     this.xmlCode  = "";
     this.refs     = new List <string>();
 }
コード例 #2
0
 /// <summary>
 /// Default constructor
 /// </summary>
 public Template()
 {
     this.path     = "";
     this.name     = "";
     this.legendes = new LegendeDict();
 }