static void Main(string[] args) { StorageTmp DB = new StorageTmp(); DB.InitWithStupidData(); DB.afficheDebug(); Console.ReadLine(); }