Show
Ignore:
Timestamp:
08/23/08 00:11:30 (5 months ago)
Author:
poolmmjp
Message:

はてなハイクに対応

Files:
1 modified

Legend:

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

    r17635 r18079  
    4646                    miniblog = new Echo(); 
    4747                    break; 
     48                case "hatenahaiku": 
     49                    miniblog = new HatenaHaiku(); 
     50                    break; 
    4851                default: 
    4952                    throw new InvalidOperationException();