コード例 #1
0
        public Importer()
        {
            this.connector = new PcoFileImporter(new ProPresenter.BO.Common.RVPresentationParameters
            {
                Height           = 768,
                Width            = 1024,
                SelectedCategory = "Song",
            });

            RVPresentationDocument.Load();
        }
コード例 #2
0
        public Importer()
        {
            this.connector = new PcoFileImporter(new ProPresenter.BO.Common.RVPresentationParameters
            {
                Height = 768,
                Width = 1024,
                SelectedCategory = "Song",
            });

            RVPresentationDocument.Load();
        }