예제 #1
0
 private void cancelButton_Click(object sender, EventArgs e)
 {
     this.video = null;
     this.Dispose();
 }
예제 #2
0
 public AddVideoForm(ref Video video)
 {
     InitializeComponent();
     this.video = video;
 }