Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
[skip ci] Fixed WinForms.InitWithCode sample
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyVignelles committed Jan 30, 2019
1 parent 0c8ee33 commit 8b10ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Samples/Samples.WinForms.InitWithCode/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public Form1()

control.BeginInit();
control.VlcLibDirectory = libDirectory;
control.Dock = DockStyle.Fill;
control.EndInit();
this.Controls.Add(control);

Expand Down

0 comments on commit 8b10ba0

Please sign in to comment.