예제 #1
0
파일: Application.cs 프로젝트: GNOME/blam
 public void MarkChannelAsReadActivated (IChannel channel)
 {
     channel.MarkAsRead();
 }