Qyoto.QWidget.UnsetLocale C# (CSharp) Method

UnsetLocale() public method

public UnsetLocale ( ) : void
return void
        public void UnsetLocale()
        {
            interceptor.Invoke("unsetLocale", "unsetLocale()", typeof(void));
        }
QWidget