Show
Ignore:
Timestamp:
08/15/08 01:17:12 (5 months ago)
Author:
poolmmjp
Message:

mixiのEchoに対応してみた。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/csharp/MMMMB/MMMMB/IMiniBlog.cs

    r13980 r17635  
    4343                    miniblog = new Wassr(); 
    4444                    break; 
     45                case "echo": 
     46                    miniblog = new Echo(); 
     47                    break; 
    4548                default: 
    4649                    throw new InvalidOperationException();