示例#1
0
 private void OnNewMovie()
 {
     NewMovie?.Invoke(this, EventArgs.Empty);
 }