コード例 #1
0
        public AddBoard()
        {
            InitializeComponent();
            TestEditor testEditor = new TestEditor();

            //partName_textBox.Text = testEditor.selectBoard_listBox.SelectedItem.ToString();
        }
コード例 #2
0
        private void boarEditor_Click(object sender, RoutedEventArgs e)
        {
            TestEditor TestEdit = new TestEditor();

            TestEdit.ShowDialog();
        }