public MainPage() { this.InitializeComponent(); getken = new CS_GetkenAsync(); textBox01.Text = ""; textBox02.Text = ""; ClearResultTextBox(); // 初期表示をクリアする }
public CS_GetResultAsync() { // コンストラクタ _wbuf = ""; // 設定情報なし _empty = true; _result = ""; _lno = 0; _Is_namespace = false; // 評価フラグ:false _Is_class = false; _Is_func = false; getken = new CS_GetkenAsync(); chknamespace = new CS_ChkNamespaceAsync(); chkclass = new CS_ChkClassAsync(); chkfunc = new CS_ChkFuncAsync(); }