コード例 #1
0
ファイル: Commands.cs プロジェクト: nunofmaia/padi-fs
        public object execute(IClient client, string command)
        {
            if (client != null)
            {
                return client.Dump();
            }

            return null;
        }