Пример #1
0
 /// <summary>
 /// 应用语言
 /// </summary>
 public void ApplyLang()
 {
     if (this.CanOpPage)
     {
         CurrentPage.ApplyLang();
         this.Text = CurrentPage.Text;
     }
     myMenuStrip1.ApplyLang();
 }