Class holds all the individual setting values for the uploaders
This helper class is utilized internally by both the UploadiFiveControl and UploadiFive classes. This class contains all the properties and does some of the actual HTML writing as well
 /// <summary> Constructor for a new instance of the UploadiFiveControl class </summary>
 public UploadiFiveControl()
 {
     // Configure the settings object
     settings = new UploadiFive_Settings();
 }
예제 #2
0
 /// <summary> Constructor for a new instance of the UploadiFive class </summary>
 public UploadiFive()
 {
     // Configure the settings object
     settings = new UploadiFive_Settings();
 }