Skip to content

Commit

Permalink
Adding Custom Series Generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
Firewolf1337 committed Feb 9, 2024
1 parent 7a1f088 commit aab466d
Show file tree
Hide file tree
Showing 10 changed files with 2,501 additions and 0 deletions.
Binary file added RCRCustomSeries/256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
683 changes: 683 additions & 0 deletions RCRCustomSeries/App.xaml

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions RCRCustomSeries/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;

namespace RCRCustomSeries
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}
10 changes: 10 additions & 0 deletions RCRCustomSeries/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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)
)]
Binary file added RCRCustomSeries/Fonts/Montserrat-Light.otf
Binary file not shown.
Binary file added RCRCustomSeries/Fonts/Montserrat-Regular.otf
Binary file not shown.
Binary file added RCRCustomSeries/Fonts/SUIGENER.TTF
Binary file not shown.
910 changes: 910 additions & 0 deletions RCRCustomSeries/MainWindow.xaml

Large diffs are not rendered by default.

Loading

0 comments on commit aab466d

Please sign in to comment.