Exemplo n.º 1
0
 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);
 }
Exemplo n.º 2
0
        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);
        }