public FileUploadPage()
        {
            this.m_LocalFileList = new Contract.LocalFileList(false);
            this.m_LocalFileList.Load(YellowstonePathology.YpiConnect.Contract.Identity.ApplicationIdentity.Instance.WebServiceAccount);
            this.m_RemoteFileList = new Contract.RemoteFileList();
            this.GetRemoteFileList();

            InitializeComponent();

            MainWindow mainWindow = (MainWindow)System.Windows.Application.Current.MainWindow;
            this.HyperlinkSignOut.Click += new RoutedEventHandler(mainWindow.ButtonSignOut_Click);
            this.DataContext = this;

            Loaded += new RoutedEventHandler(FileUploadPage_Loaded);
        }
Esempio n. 2
0
        public FileUploadPage()
        {
            this.m_LocalFileList = new Contract.LocalFileList(false);
            this.m_LocalFileList.Load(YellowstonePathology.YpiConnect.Contract.Identity.ApplicationIdentity.Instance.WebServiceAccount);
            this.m_RemoteFileList = new Contract.RemoteFileList();
            this.GetRemoteFileList();

            InitializeComponent();

            MainWindow mainWindow = (MainWindow)System.Windows.Application.Current.MainWindow;

            this.HyperlinkSignOut.Click += new RoutedEventHandler(mainWindow.ButtonSignOut_Click);
            this.DataContext             = this;

            Loaded += new RoutedEventHandler(FileUploadPage_Loaded);
        }