Esempio n. 1
0
 public AddNewFilm(WorkWithFile file)
 {
     InitializeComponent();
     wwf = file;
 }
Esempio n. 2
0
 public MainWindow()
 {
     InitializeComponent();
     qwe = new WorkWithFile();
 }