| @@ -0,0 +1,15 @@ | ||
| <Window x:Class="Scoreboard.MainWindow" | ||
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
| xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
| xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
| xmlns:local="clr-namespace:Scoreboard" | ||
| mc:Ignorable="d" | ||
| Title="MainWindow" Height="600" Width="800"> | ||
| <Grid Name="mainGrid" Background="LightBlue"> | ||
| <Grid.ColumnDefinitions> | ||
| <ColumnDefinition/> | ||
| </Grid.ColumnDefinitions> | ||
|
|
||
| </Grid> | ||
| </Window> |
| @@ -0,0 +1,31 @@ | ||
| using System; | ||
| using Scoreboard; | ||
| using System.Collections.Generic; | ||
| using System.Linq; | ||
| using System.Text; | ||
| using System.Threading.Tasks; | ||
| using System.Windows; | ||
| using System.Windows.Controls; | ||
| using System.Windows.Data; | ||
| using System.Windows.Documents; | ||
| using System.Windows.Input; | ||
| using System.Windows.Media; | ||
| using System.Windows.Media.Imaging; | ||
| using System.Windows.Navigation; | ||
| using System.Windows.Shapes; | ||
|
|
||
| namespace Scoreboard | ||
| { | ||
| public partial class MainWindow : Window | ||
| { | ||
| public MainWindow() | ||
| { | ||
| InitializeComponent(); | ||
| } | ||
|
|
||
| private void textBox_TextChanged(object sender, TextChangedEventArgs e) | ||
| { | ||
|
|
||
| } | ||
| } | ||
| } |
| @@ -0,0 +1,67 @@ | ||
| <<<<<<< HEAD:Darts/Scoreboard/StartWindow.xaml.cs | ||
| using System; | ||
| using Scoreboard; | ||
| using System.Collections.Generic; | ||
| using System.Linq; | ||
| using System.Text; | ||
| using System.Threading.Tasks; | ||
| using System.Windows; | ||
| using System.Windows.Controls; | ||
| using System.Windows.Data; | ||
| using System.Windows.Documents; | ||
| using System.Windows.Input; | ||
| using System.Windows.Media; | ||
| using System.Windows.Media.Imaging; | ||
| using System.Windows.Navigation; | ||
| using System.Windows.Shapes; | ||
|
|
||
| namespace Scoreboard | ||
| { | ||
| public partial class MainWindow : Window | ||
| { | ||
| public MainWindow() | ||
| { | ||
| InitializeComponent(); | ||
| } | ||
|
|
||
| private void Button_Click(object sender, RoutedEventArgs e) | ||
| { | ||
| MainScoreBoard board = new MainScoreBoard(); | ||
| board.Show(); | ||
| this.Hide(); | ||
| } | ||
| } | ||
| } | ||
| ======= | ||
| using System; | ||
| using Scoreboard; | ||
| using System.Collections.Generic; | ||
| using System.Linq; | ||
| using System.Text; | ||
| using System.Threading.Tasks; | ||
| using System.Windows; | ||
| using System.Windows.Controls; | ||
| using System.Windows.Data; | ||
| using System.Windows.Documents; | ||
| using System.Windows.Input; | ||
| using System.Windows.Media; | ||
| using System.Windows.Media.Imaging; | ||
| using System.Windows.Navigation; | ||
| using System.Windows.Shapes; | ||
|
|
||
| namespace Scoreboard | ||
| { | ||
| public partial class MainWindow : Window | ||
| { | ||
| public MainWindow() | ||
| { | ||
| InitializeComponent(); | ||
| } | ||
|
|
||
| private void textBox_TextChanged(object sender, TextChangedEventArgs e) | ||
| { | ||
|
|
||
| } | ||
| } | ||
| } | ||
| >>>>>>> origin/master:Darts/Scoreboard/MainWindow.xaml.cs |
| @@ -0,0 +1,106 @@ | ||
| #pragma checksum "..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "8B54F68132297C712F8B5C342297D848" | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated> | ||
| // This code was generated by a tool. | ||
| // Runtime Version:4.0.30319.42000 | ||
| // | ||
| // Changes to this file may cause incorrect behavior and will be lost if | ||
| // the code is regenerated. | ||
| // </auto-generated> | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
| using Scoreboard; | ||
| using System; | ||
| using System.Diagnostics; | ||
| using System.Windows; | ||
| using System.Windows.Automation; | ||
| using System.Windows.Controls; | ||
| using System.Windows.Controls.Primitives; | ||
| using System.Windows.Data; | ||
| using System.Windows.Documents; | ||
| using System.Windows.Ink; | ||
| using System.Windows.Input; | ||
| using System.Windows.Markup; | ||
| using System.Windows.Media; | ||
| using System.Windows.Media.Animation; | ||
| using System.Windows.Media.Effects; | ||
| using System.Windows.Media.Imaging; | ||
| using System.Windows.Media.Media3D; | ||
| using System.Windows.Media.TextFormatting; | ||
| using System.Windows.Navigation; | ||
| using System.Windows.Shapes; | ||
| using System.Windows.Shell; | ||
|
|
||
|
|
||
| namespace Scoreboard { | ||
|
|
||
|
|
||
| /// <summary> | ||
| /// MainWindow | ||
| /// </summary> | ||
| public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { | ||
|
|
||
|
|
||
| #line 9 "..\..\MainWindow.xaml" | ||
| [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | ||
| internal System.Windows.Controls.Grid mainGrid; | ||
|
|
||
| #line default | ||
| #line hidden | ||
|
|
||
|
|
||
| #line 13 "..\..\MainWindow.xaml" | ||
| [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] | ||
| internal System.Windows.Controls.Button button; | ||
|
|
||
| #line default | ||
| #line hidden | ||
|
|
||
| private bool _contentLoaded; | ||
|
|
||
| /// <summary> | ||
| /// InitializeComponent | ||
| /// </summary> | ||
| [System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||
| [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] | ||
| public void InitializeComponent() { | ||
| if (_contentLoaded) { | ||
| return; | ||
| } | ||
| _contentLoaded = true; | ||
| System.Uri resourceLocater = new System.Uri("/Scoreboard;component/mainwindow.xaml", System.UriKind.Relative); | ||
|
|
||
| #line 1 "..\..\MainWindow.xaml" | ||
| System.Windows.Application.LoadComponent(this, resourceLocater); | ||
|
|
||
| #line default | ||
| #line hidden | ||
| } | ||
|
|
||
| [System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||
| [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] | ||
| [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] | ||
| [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] | ||
| [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] | ||
| [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] | ||
| void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { | ||
| switch (connectionId) | ||
| { | ||
| case 1: | ||
| this.mainGrid = ((System.Windows.Controls.Grid)(target)); | ||
| return; | ||
| case 2: | ||
| this.button = ((System.Windows.Controls.Button)(target)); | ||
|
|
||
| #line 13 "..\..\MainWindow.xaml" | ||
| this.button.Click += new System.Windows.RoutedEventHandler(this.button_Click); | ||
|
|
||
| #line default | ||
| #line hidden | ||
| return; | ||
| } | ||
| this._contentLoaded = true; | ||
| } | ||
| } | ||
| } | ||
|
|
| @@ -1,6 +1,14 @@ | ||
| <<<<<<< HEAD | ||
| | ||
| FC:\Users\Ivo Gerginov\Documents\Projects\TuesDartsLeague\DARTS\Darts\Scoreboard\App.xaml;; | ||
| FC:\Users\Ivo Gerginov\Documents\Projects\TuesDartsLeague\DARTS\Darts\Scoreboard\MainScoreBoard.xaml;; | ||
| FC:\Users\Ivo Gerginov\Documents\Projects\TuesDartsLeague\DARTS\Darts\Scoreboard\StartWindow.xaml;; | ||
| FC:\Users\Ivo Gerginov\Documents\Projects\TuesDartsLeague\DARTS\Darts\Scoreboard\Giving_Name_Tournament.xaml;; | ||
|
|
||
| ======= | ||
| | ||
|
|
||
| FC:\Users\Stoilovi\Desktop\DARTS\Darts\Scoreboard\MainWindow.xaml;; | ||
| FC:\Users\Stoilovi\Desktop\DARTS\Darts\Scoreboard\Giving_Name_Tournament.xaml;; | ||
|
|
||
| >>>>>>> 4678ada3b674ce1102b5f884b3dcc57b7014bd12 |