StorageLibrary.StorageTmp.afficheDebug C# (CSharp) Method

afficheDebug() public method

public afficheDebug ( ) : void
return void
        public void afficheDebug()
        {
            user.afficheDebug();
            account.afficheDebug();
            list.afficheDebug();
            msg.afficheDebug();
        }

Usage Example

コード例 #1
0
ファイル: StorageTmp.cs プロジェクト: xuedong/Tigwi
        static void Main(string[] args)
        {
            StorageTmp DB = new StorageTmp();

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

            Console.ReadLine();
        }
All Usage Examples Of StorageLibrary.StorageTmp::afficheDebug