コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="IncorrectWordEventArgs"/> class.
 /// </summary>
 /// <param name="langEnum">The langage.</param>
 public DictInitEventArgs(DictInitLangugeEnum langEnum)
 {
     this.languge = langEnum;
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="IncorrectWordEventArgs"/> class.
 /// </summary>
 public DictInitEventArgs()
 {
     this.languge = DictInitLangugeEnum.LangEnglish;
 }