示例#1
0
文件: Application.cs 项目: GNOME/blam
 public void MarkChannelAsReadActivated (IChannel channel)
 {
     channel.MarkAsRead();
 }