/// <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; }
/// <summary> /// Initializes a new instance of the <see cref="IncorrectWordEventArgs"/> class. /// </summary> public DictInitEventArgs() { this.languge = DictInitLangugeEnum.LangEnglish; }