コード例 #1
0
ファイル: Formats.cs プロジェクト: Brushfire/CloudConvert.NET
 /// <summary>
 /// Initialises a new instance of the <c>Formats</c> class.
 /// </summary>
 public Formats()
 {
     this._archive = new Archive();
     this._audio = new Audio();
     this._cad = new Cad();
     this._document = new Document();
     this._ebook = new Ebook();
     this._font = new Font();
     this._image = new Image();
     this._presentation = new Presentation();
     this._spreadsheet = new Spreadsheet();
     this._vector = new Vector();
     this._video = new Video();
     this._website = new Web();
 }