コード例 #1
0
 // --------------------------
 private void SelectMainImageButtonClick(object sender, EventArgs e)
 {
     ThumbnailImageSelectionForm thumbnailImageSelectionForm = new ThumbnailImageSelectionForm(this.dataContext);
     thumbnailImageSelectionForm.Show(this);
 }
コード例 #2
0
        // --------------------------

        private void SelectMainImageButtonClick(object sender, EventArgs e)
        {
            ThumbnailImageSelectionForm thumbnailImageSelectionForm = new ThumbnailImageSelectionForm(this.dataContext);

            thumbnailImageSelectionForm.Show(this);
        }