-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
5,333 additions
and
2 deletions.
There are no files selected for viewing
447 changes: 447 additions & 0 deletions
447
iecc8/UI/Region/California/Cajon/BaselineToSilverwood.xaml
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
iecc8/UI/Region/California/Cajon/BaselineToSilverwood.xaml.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using System.Windows.Controls; | ||
|
||
namespace Iecc8.UI.Region.California.Cajon { | ||
/// <summary> | ||
/// Interaction logic for BaselineToSilverwood.xaml | ||
/// </summary> | ||
public partial class BaselineToSilverwood : Grid { | ||
public BaselineToSilverwood() { | ||
InitializeComponent(); | ||
} | ||
} | ||
} |
Oops, something went wrong.