Interaction logic for EditPropertiesView.xaml
Inheritance: System.Windows.Window
コード例 #1
0
        protected override void OnClick()
        {
            var dlg = new EditPropertiesView();

            dlg.ShowDialog();
        }
コード例 #2
0
        private void OnEditPropertiesDialogCommand(object obj)
        {
            var dlg = new EditPropertiesView();

            dlg.ShowDialog();
        }