mirror of
https://github.com/ficed/Braver.git
synced 2024-11-30 08:30:57 +00:00
597b9bd61e
Add debughost command line parameters to make it easier to launch multiple copies for network debugging Add descriptions to screens Add UI plugins and hook up to screen descriptions, layout components, field dialog Add first go at Tolk plugin Start adding very bare bones GUI config/launcher app
17 lines
879 B
C#
17 lines
879 B
C#
// This program and the accompanying materials are made available under the terms of the
|
|
// Eclipse Public License v2.0 which accompanies this distribution, and is available at
|
|
// https://www.eclipse.org/legal/epl-v20.html
|
|
//
|
|
// SPDX-License-Identifier: EPL-2.0
|
|
|
|
using System.Windows;
|
|
|
|
[assembly: ThemeInfo(
|
|
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
|
|
//(used if a resource is not found in the page,
|
|
// or application resource dictionaries)
|
|
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
|
|
//(used if a resource is not found in the page,
|
|
// app, or any theme specific resource dictionaries)
|
|
)]
|