Initial add of three projects
This commit is contained in:
12
VideoEnc/MailService.cs
Normal file
12
VideoEnc/MailService.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace VideoEnc
|
||||
{
|
||||
public class MailService
|
||||
{
|
||||
public void OnVideoEncoded(object source, VideoEventArgs e)
|
||||
{
|
||||
Console.WriteLine("MailService: Sending an email..."+e.Video.Title);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user