afficheDebug() public méthode

public afficheDebug ( ) : void
Résultat void
Exemple #1
0
        static void Main(string[] args)
        {
            StorageTmp DB = new StorageTmp();

            DB.InitWithStupidData();
            DB.afficheDebug();

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

            Console.ReadLine();
        }