コード例 #1
0
 void set_page2_words()
 {
     try {
         Label4.Visible = false;
         string whatifName = classE1_1.Get_whatif_name(classE1_1.glngwid);
         widname.Text          = whatifName;
         txtWhatifName.Text    = whatifName;
         txtWhatifComment.Text = classE1_1.Get_whatif_comment(classE1_1.glngwid);
     } catch (Exception ex) {
         logFiles.ErrorLog(ex);
         Master.ShowErrorMessage("MPX internal error has occured.");
     }
 }