コード例 #1
0
 public DebuggableProjectConfig()
 {
     SnapshotDebugConfig = new SnapshotDebugConfig("", "", "");
 }
コード例 #2
0
        public SnapshotDebugConfigDialog(SnapshotDebugConfig config)
        {
            InitializeComponent();

            this.DataContext = config;
        }