示例#1
0
 /// <summary>
 /// リフレッシュ
 /// </summary>
 private void refresh0()
 {
     refresh();
     LOG.NoJumpNext();
     LOG.WriteMesFormatLine(LLV.INF, Mes.Format.FromString("@LogGroupPanel.Welcome@"));
     LOG.NoJumpNext();
     LOG.WriteLine(LLV.INF, "          Version {0}", null, Application.ProductVersion);
     LOG.NoJumpNext();
     LOG.WriteMesFormatLine(LLV.INF, Mes.Format.FromString("@LogGroupPanel.LangInfo@"), Properties.Resources.li_hint);
     _tarPane.Invalidate(null);
 }