Esempio n. 1
0
        public PickPage(NcFileFormPage ncFileFormPage, Frame containerFrame, BitmapImage bitmapImage)
        {
            this.ncFileFormPage = ncFileFormPage;
            this.containerFrame = containerFrame;
            this.bitmapImage    = bitmapImage;

            InitializeComponent();

            ImageX.Source = bitmapImage;
        }
 public void ShowNewNcForm(object sender, RoutedEventArgs e)
 {
     ncFileFormPage          = new NcFileFormPage(this, isHse);
     NcFileFormFrame.Content = ncFileFormPage;
     NewFormDialog.IsOpen    = true;
 }