nature_net.user_controls.window_frame.UpdateContents C# (CSharp) Метод

UpdateContents() публичный Метод

public UpdateContents ( ) : void
Результат void
        public void UpdateContents()
        {
            try { window_content w = (window_content)this.window_content.Content; w.UpdateKeyboardPosition(); }
            catch (Exception) { }
            try { signup s = (signup)this.window_content.Content; s.UpdateKeyboardLayout(); }
            catch (Exception) { }
        }