Exemple #1
0
 public void MyAction(string companyName, string country, string sector, string industry, string price, string averageVolume)
 {
     obj = new M_GestionDeDonnees(companyName, country, sector, industry, price, averageVolume);
     obj.Connect_to_mongo(companyName, country, sector, industry, price, averageVolume);
     MainView.Affichage_Recherche.DataContext = List;
 }
Exemple #2
0
 public MV_Stocks(M_GestionDeDonnees obj)
 {
     this.obj = obj;
 }