示例#1
0
 /// <summary>
 /// Initializes a new instance of <c>FillerEditorDialog</c> using an empty <c>Filler</c>
 /// and positioned beneath the specified control.
 /// </summary>
 /// <param name="c">Control beneath which the dialog should be placed.</param>
 public ZeroitAnimateTransitionDialog(Control c) : this(ZeroitTransitionInput.Empty(), c)
 {
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of <c>FillerEditorDialog</c> using an empty <c>Filler</c>
 /// at the default window position.
 /// </summary>
 public ZeroitAnimateTransitionDialog() : this(ZeroitTransitionInput.Empty())
 {
 }