dict.cc dictionary

CfgForm.onLoadDictFile Method 

Handles button loading the dictionary file

[Visual Basic]
Private Sub onLoadDictFile( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
)
[C#]
private void onLoadDictFile(
   object sender,
   EventArgs e
);

Parameters

sender
ignored
e
e

Remarks

Creates index from the dictionary file in m_dictfile. The resulting index file is created under the name from m_idxfile.

See Also

CfgForm Class | dict Namespace