예제 #1
0
        public void TestFermeture()
        {
            HistoriqueProjetView tt = new HistoriqueProjetView();

            tt.Close();
            //var clientVm = ViewModelLocator.ResearchClientVm;
        }
예제 #2
0
 public void CloseHistoricWindow()
 {
     _hitoricWindow.Close();
     _hitoricWindow = null;
 }