コード例 #1
0
ファイル: Application.cs プロジェクト: GNOME/blam
 public void MarkChannelAsReadActivated (IChannel channel)
 {
     channel.MarkAsRead();
 }