public void InFrameWork() { if (this.Content is IDisposable) { (this.Content as IDisposable).Dispose(); } var fr = new PDFrameWork(); fr.LogoutSystem += (fr_LogoutSystem); this.Content = fr; HiddenMouseRightKey(Content); }