93
public PdfDocument GetPdfDocument() => pdfDocument;
1
using System;
2
using System.Collections.Generic;
3
4
public class Slide
5
{
6
public string Text { get; init; }
7
public Slide(string text)
8
{
9
Text = text;
10
}
11
}
12
public class PdfDocument
13
{
14
public void AddPage(string text)
15
{
16
Console.WriteLine("Adding a page to pdf");
17
}
18
}
19
public class Movie
20
{
21
public void AddFrame(string text, int duration)
22
{
23
Console.WriteLine("Adding a frame to movie");
24
}
Cached Result
606.00
10,605.00
100,495.00
10,605.00
100,495.00