Skip to content

Commit

Permalink
Update UI 1.11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EmptyKeys committed Nov 9, 2015
1 parent da24278 commit d40c979
Show file tree
Hide file tree
Showing 44 changed files with 987 additions and 860 deletions.
16 changes: 8 additions & 8 deletions BasicUI_CocosSharp/BasicUI_CocosSharp/BasicUI_CocosSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,20 +88,20 @@
<HintPath>..\packages\CocosSharp.PCL.Shared.1.6.2.0\lib\net40\CocosSharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EmptyKeys.UserInterface, Version=1.10.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EmptyKeysUI_CocosSharp.1.10.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.dll</HintPath>
<Reference Include="EmptyKeys.UserInterface, Version=1.11.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EmptyKeysUI_CocosSharp.1.11.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EmptyKeys.UserInterface.CocosSharp, Version=1.10.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EmptyKeysUI_CocosSharp.1.10.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\CocosSharp\AnyCPU\EmptyKeys.UserInterface.CocosSharp.dll</HintPath>
<Reference Include="EmptyKeys.UserInterface.CocosSharp, Version=1.11.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EmptyKeysUI_CocosSharp.1.11.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\CocosSharp\AnyCPU\EmptyKeys.UserInterface.CocosSharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EmptyKeys.UserInterface.Core, Version=1.10.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EmptyKeysUI_CocosSharp.1.10.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Core.dll</HintPath>
<Reference Include="EmptyKeys.UserInterface.Core, Version=1.11.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EmptyKeysUI_CocosSharp.1.11.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EmptyKeys.UserInterface.Debug, Version=1.10.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EmptyKeysUI_CocosSharp.1.10.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Debug.dll</HintPath>
<Reference Include="EmptyKeys.UserInterface.Debug, Version=1.11.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EmptyKeysUI_CocosSharp.1.11.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Debug.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Lidgren.Network, Version=2012.1.7.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace EmptyKeys.UserInterface.Generated {
using System.CodeDom.Compiler;
using System.Collections.ObjectModel;
using EmptyKeys.UserInterface;
using EmptyKeys.UserInterface.Charts;
using EmptyKeys.UserInterface.Data;
using EmptyKeys.UserInterface.Controls;
using EmptyKeys.UserInterface.Controls.Primitives;
Expand All @@ -20,7 +21,7 @@ namespace EmptyKeys.UserInterface.Generated {
using EmptyKeys.UserInterface.Themes;


[GeneratedCodeAttribute("Empty Keys UI Generator", "1.10.0.0")]
[GeneratedCodeAttribute("Empty Keys UI Generator", "1.11.0.0")]
public partial class BasicUI : UIRoot {

private Grid e_0;
Expand Down Expand Up @@ -370,7 +371,6 @@ private void InitializeComponent() {
ImageManager.Instance.AddImage("Images/EmptyKeysLogoTextSmall");
FontManager.Instance.AddFont("Segoe UI", 13.33333F, FontStyle.Regular, "Segoe_UI_10_Regular");
FontManager.Instance.AddFont("Segoe UI", 20F, FontStyle.Bold, "Segoe_UI_15_Bold");
FontManager.Instance.AddFont("Segoe UI", 12F, FontStyle.Regular, "Segoe_UI_9_Regular");
}

private static void InitializeElementResources(UIElement elem) {
Expand Down
150 changes: 75 additions & 75 deletions BasicUI_CocosSharp/BasicUI_CocosSharp/GeneratedUI/Dictionary.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace EmptyKeys.UserInterface.Generated {
using System.CodeDom.Compiler;
using System.Collections.ObjectModel;
using EmptyKeys.UserInterface;
using EmptyKeys.UserInterface.Charts;
using EmptyKeys.UserInterface.Data;
using EmptyKeys.UserInterface.Controls;
using EmptyKeys.UserInterface.Controls.Primitives;
Expand All @@ -20,7 +21,7 @@ namespace EmptyKeys.UserInterface.Generated {
using EmptyKeys.UserInterface.Themes;


[GeneratedCodeAttribute("Empty Keys UI Generator", "1.10.0.0")]
[GeneratedCodeAttribute("Empty Keys UI Generator", "1.11.0.0")]
public sealed class Dictionary : ResourceDictionary {

private static Dictionary singleton = new Dictionary();
Expand All @@ -36,101 +37,100 @@ public static Dictionary Instance {
}

private void InitializeResources() {
// Resource - [buttonStyle] Style
// Resource - [buttonAnimStyle] Style
var r_0_s_bo = this[typeof(Button)];
Style r_0_s = new Style(typeof(Button), r_0_s_bo as Style);
Setter r_0_s_S_0 = new Setter(Button.BackgroundProperty, new SolidColorBrush(new ColorW(255, 140, 0, 255)));
Setter r_0_s_S_0 = new Setter(Button.WidthProperty, 200F);
r_0_s.Setters.Add(r_0_s_S_0);
Setter r_0_s_S_1 = new Setter(Button.WidthProperty, 200F);
Setter r_0_s_S_1 = new Setter(Button.MarginProperty, new Thickness(0F, 1F, 0F, 1F));
r_0_s.Setters.Add(r_0_s_S_1);
Setter r_0_s_S_2 = new Setter(Button.PaddingProperty, new Thickness(2F));
Setter r_0_s_S_2 = new Setter(Button.SnapsToDevicePixelsProperty, false);
r_0_s.Setters.Add(r_0_s_S_2);
this.Add("buttonStyle", r_0_s);
// Resource - [TitleResource] String
this.Add("TitleResource", "Basic UI Example");
EventTrigger r_0_s_ET_0 = new EventTrigger(Button.MouseEnterEvent);
r_0_s.Triggers.Add(r_0_s_ET_0);
BeginStoryboard r_0_s_ET_0_AC_0 = new BeginStoryboard();
r_0_s_ET_0_AC_0.Name = "r_0_s_ET_0_AC_0";
r_0_s_ET_0.AddAction(r_0_s_ET_0_AC_0);
Storyboard r_0_s_ET_0_AC_0_SB = new Storyboard();
r_0_s_ET_0_AC_0.Storyboard = r_0_s_ET_0_AC_0_SB;
r_0_s_ET_0_AC_0_SB.Name = "r_0_s_ET_0_AC_0_SB";
ThicknessAnimation r_0_s_ET_0_AC_0_SB_TL_0 = new ThicknessAnimation();
r_0_s_ET_0_AC_0_SB_TL_0.Name = "r_0_s_ET_0_AC_0_SB_TL_0";
r_0_s_ET_0_AC_0_SB_TL_0.Duration = new Duration(new TimeSpan(0, 0, 0, 0, 500));
r_0_s_ET_0_AC_0_SB_TL_0.From = new Thickness(0F, 1F, 0F, 1F);
r_0_s_ET_0_AC_0_SB_TL_0.To = new Thickness(0F, 5F, 0F, 5F);
SineEase r_0_s_ET_0_AC_0_SB_TL_0_EA = new SineEase();
r_0_s_ET_0_AC_0_SB_TL_0.EasingFunction = r_0_s_ET_0_AC_0_SB_TL_0_EA;
Storyboard.SetTargetProperty(r_0_s_ET_0_AC_0_SB_TL_0, Button.MarginProperty);
r_0_s_ET_0_AC_0_SB.Children.Add(r_0_s_ET_0_AC_0_SB_TL_0);
FloatAnimation r_0_s_ET_0_AC_0_SB_TL_1 = new FloatAnimation();
r_0_s_ET_0_AC_0_SB_TL_1.Name = "r_0_s_ET_0_AC_0_SB_TL_1";
r_0_s_ET_0_AC_0_SB_TL_1.Duration = new Duration(new TimeSpan(0, 0, 0, 0, 500));
r_0_s_ET_0_AC_0_SB_TL_1.To = 220F;
SineEase r_0_s_ET_0_AC_0_SB_TL_1_EA = new SineEase();
r_0_s_ET_0_AC_0_SB_TL_1.EasingFunction = r_0_s_ET_0_AC_0_SB_TL_1_EA;
Storyboard.SetTargetProperty(r_0_s_ET_0_AC_0_SB_TL_1, Button.WidthProperty);
r_0_s_ET_0_AC_0_SB.Children.Add(r_0_s_ET_0_AC_0_SB_TL_1);
EventTrigger r_0_s_ET_1 = new EventTrigger(Button.MouseLeaveEvent);
r_0_s.Triggers.Add(r_0_s_ET_1);
BeginStoryboard r_0_s_ET_1_AC_0 = new BeginStoryboard();
r_0_s_ET_1_AC_0.Name = "r_0_s_ET_1_AC_0";
r_0_s_ET_1.AddAction(r_0_s_ET_1_AC_0);
Storyboard r_0_s_ET_1_AC_0_SB = new Storyboard();
r_0_s_ET_1_AC_0.Storyboard = r_0_s_ET_1_AC_0_SB;
r_0_s_ET_1_AC_0_SB.Name = "r_0_s_ET_1_AC_0_SB";
ThicknessAnimation r_0_s_ET_1_AC_0_SB_TL_0 = new ThicknessAnimation();
r_0_s_ET_1_AC_0_SB_TL_0.Name = "r_0_s_ET_1_AC_0_SB_TL_0";
r_0_s_ET_1_AC_0_SB_TL_0.Duration = new Duration(new TimeSpan(0, 0, 0, 0, 500));
r_0_s_ET_1_AC_0_SB_TL_0.From = new Thickness(0F, 5F, 0F, 5F);
r_0_s_ET_1_AC_0_SB_TL_0.To = new Thickness(0F, 1F, 0F, 1F);
SineEase r_0_s_ET_1_AC_0_SB_TL_0_EA = new SineEase();
r_0_s_ET_1_AC_0_SB_TL_0.EasingFunction = r_0_s_ET_1_AC_0_SB_TL_0_EA;
Storyboard.SetTargetProperty(r_0_s_ET_1_AC_0_SB_TL_0, Button.MarginProperty);
r_0_s_ET_1_AC_0_SB.Children.Add(r_0_s_ET_1_AC_0_SB_TL_0);
FloatAnimation r_0_s_ET_1_AC_0_SB_TL_1 = new FloatAnimation();
r_0_s_ET_1_AC_0_SB_TL_1.Name = "r_0_s_ET_1_AC_0_SB_TL_1";
r_0_s_ET_1_AC_0_SB_TL_1.Duration = new Duration(new TimeSpan(0, 0, 0, 0, 500));
r_0_s_ET_1_AC_0_SB_TL_1.To = 200F;
SineEase r_0_s_ET_1_AC_0_SB_TL_1_EA = new SineEase();
r_0_s_ET_1_AC_0_SB_TL_1.EasingFunction = r_0_s_ET_1_AC_0_SB_TL_1_EA;
Storyboard.SetTargetProperty(r_0_s_ET_1_AC_0_SB_TL_1, Button.WidthProperty);
r_0_s_ET_1_AC_0_SB.Children.Add(r_0_s_ET_1_AC_0_SB_TL_1);
this.Add("buttonAnimStyle", r_0_s);
// Resource - [buttonStyle] Style
var r_1_s_bo = this[typeof(Button)];
Style r_1_s = new Style(typeof(Button), r_1_s_bo as Style);
Setter r_1_s_S_0 = new Setter(Button.BackgroundProperty, new SolidColorBrush(new ColorW(255, 140, 0, 255)));
r_1_s.Setters.Add(r_1_s_S_0);
Setter r_1_s_S_1 = new Setter(Button.WidthProperty, 200F);
r_1_s.Setters.Add(r_1_s_S_1);
Setter r_1_s_S_2 = new Setter(Button.PaddingProperty, new Thickness(2F));
r_1_s.Setters.Add(r_1_s_S_2);
this.Add("buttonStyle", r_1_s);
// Resource - [logoEmptyKeys] BitmapImage
BitmapImage r_2_bm = new BitmapImage();
r_2_bm.TextureAsset = "Images/EmptyKeysLogoTextSmall";
this.Add("logoEmptyKeys", r_2_bm);
// Resource - [buttonAnimStyle] Style
var r_3_s_bo = this[typeof(Button)];
Style r_3_s = new Style(typeof(Button), r_3_s_bo as Style);
Setter r_3_s_S_0 = new Setter(Button.WidthProperty, 200F);
r_3_s.Setters.Add(r_3_s_S_0);
Setter r_3_s_S_1 = new Setter(Button.MarginProperty, new Thickness(0F, 1F, 0F, 1F));
r_3_s.Setters.Add(r_3_s_S_1);
Setter r_3_s_S_2 = new Setter(Button.SnapsToDevicePixelsProperty, false);
r_3_s.Setters.Add(r_3_s_S_2);
EventTrigger r_3_s_ET_0 = new EventTrigger(Button.MouseEnterEvent);
r_3_s.Triggers.Add(r_3_s_ET_0);
BeginStoryboard r_3_s_ET_0_AC_0 = new BeginStoryboard();
r_3_s_ET_0_AC_0.Name = "r_3_s_ET_0_AC_0";
r_3_s_ET_0.AddAction(r_3_s_ET_0_AC_0);
Storyboard r_3_s_ET_0_AC_0_SB = new Storyboard();
r_3_s_ET_0_AC_0.Storyboard = r_3_s_ET_0_AC_0_SB;
r_3_s_ET_0_AC_0_SB.Name = "r_3_s_ET_0_AC_0_SB";
ThicknessAnimation r_3_s_ET_0_AC_0_SB_TL_0 = new ThicknessAnimation();
r_3_s_ET_0_AC_0_SB_TL_0.Name = "r_3_s_ET_0_AC_0_SB_TL_0";
r_3_s_ET_0_AC_0_SB_TL_0.Duration = new Duration(new TimeSpan(0, 0, 0, 0, 500));
r_3_s_ET_0_AC_0_SB_TL_0.From = new Thickness(0F, 1F, 0F, 1F);
r_3_s_ET_0_AC_0_SB_TL_0.To = new Thickness(0F, 5F, 0F, 5F);
SineEase r_3_s_ET_0_AC_0_SB_TL_0_EA = new SineEase();
r_3_s_ET_0_AC_0_SB_TL_0.EasingFunction = r_3_s_ET_0_AC_0_SB_TL_0_EA;
Storyboard.SetTargetProperty(r_3_s_ET_0_AC_0_SB_TL_0, Button.MarginProperty);
r_3_s_ET_0_AC_0_SB.Children.Add(r_3_s_ET_0_AC_0_SB_TL_0);
FloatAnimation r_3_s_ET_0_AC_0_SB_TL_1 = new FloatAnimation();
r_3_s_ET_0_AC_0_SB_TL_1.Name = "r_3_s_ET_0_AC_0_SB_TL_1";
r_3_s_ET_0_AC_0_SB_TL_1.Duration = new Duration(new TimeSpan(0, 0, 0, 0, 500));
r_3_s_ET_0_AC_0_SB_TL_1.To = 220F;
SineEase r_3_s_ET_0_AC_0_SB_TL_1_EA = new SineEase();
r_3_s_ET_0_AC_0_SB_TL_1.EasingFunction = r_3_s_ET_0_AC_0_SB_TL_1_EA;
Storyboard.SetTargetProperty(r_3_s_ET_0_AC_0_SB_TL_1, Button.WidthProperty);
r_3_s_ET_0_AC_0_SB.Children.Add(r_3_s_ET_0_AC_0_SB_TL_1);
EventTrigger r_3_s_ET_1 = new EventTrigger(Button.MouseLeaveEvent);
r_3_s.Triggers.Add(r_3_s_ET_1);
BeginStoryboard r_3_s_ET_1_AC_0 = new BeginStoryboard();
r_3_s_ET_1_AC_0.Name = "r_3_s_ET_1_AC_0";
r_3_s_ET_1.AddAction(r_3_s_ET_1_AC_0);
Storyboard r_3_s_ET_1_AC_0_SB = new Storyboard();
r_3_s_ET_1_AC_0.Storyboard = r_3_s_ET_1_AC_0_SB;
r_3_s_ET_1_AC_0_SB.Name = "r_3_s_ET_1_AC_0_SB";
ThicknessAnimation r_3_s_ET_1_AC_0_SB_TL_0 = new ThicknessAnimation();
r_3_s_ET_1_AC_0_SB_TL_0.Name = "r_3_s_ET_1_AC_0_SB_TL_0";
r_3_s_ET_1_AC_0_SB_TL_0.Duration = new Duration(new TimeSpan(0, 0, 0, 0, 500));
r_3_s_ET_1_AC_0_SB_TL_0.From = new Thickness(0F, 5F, 0F, 5F);
r_3_s_ET_1_AC_0_SB_TL_0.To = new Thickness(0F, 1F, 0F, 1F);
SineEase r_3_s_ET_1_AC_0_SB_TL_0_EA = new SineEase();
r_3_s_ET_1_AC_0_SB_TL_0.EasingFunction = r_3_s_ET_1_AC_0_SB_TL_0_EA;
Storyboard.SetTargetProperty(r_3_s_ET_1_AC_0_SB_TL_0, Button.MarginProperty);
r_3_s_ET_1_AC_0_SB.Children.Add(r_3_s_ET_1_AC_0_SB_TL_0);
FloatAnimation r_3_s_ET_1_AC_0_SB_TL_1 = new FloatAnimation();
r_3_s_ET_1_AC_0_SB_TL_1.Name = "r_3_s_ET_1_AC_0_SB_TL_1";
r_3_s_ET_1_AC_0_SB_TL_1.Duration = new Duration(new TimeSpan(0, 0, 0, 0, 500));
r_3_s_ET_1_AC_0_SB_TL_1.To = 200F;
SineEase r_3_s_ET_1_AC_0_SB_TL_1_EA = new SineEase();
r_3_s_ET_1_AC_0_SB_TL_1.EasingFunction = r_3_s_ET_1_AC_0_SB_TL_1_EA;
Storyboard.SetTargetProperty(r_3_s_ET_1_AC_0_SB_TL_1, Button.WidthProperty);
r_3_s_ET_1_AC_0_SB.Children.Add(r_3_s_ET_1_AC_0_SB_TL_1);
this.Add("buttonAnimStyle", r_3_s);
// Resource - [MessageBoxButtonYes] String
this.Add("MessageBoxButtonYes", "Yes!");
// Resource - [Sounds] SoundSourceCollection
var r_5_sounds = new SoundSourceCollection();
r_5_sounds.Add(new SoundSource { SoundType = SoundType.ButtonsClick, SoundAsset = "Click" });
var r_4_sounds = new SoundSourceCollection();
r_4_sounds.Add(new SoundSource { SoundType = SoundType.ButtonsClick, SoundAsset = "Click" });
SoundManager.Instance.AddSound("Click");
r_5_sounds.Add(new SoundSource { SoundType = SoundType.TextBoxKeyPress, SoundAsset = "KeyPress" });
r_4_sounds.Add(new SoundSource { SoundType = SoundType.TextBoxKeyPress, SoundAsset = "KeyPress" });
SoundManager.Instance.AddSound("KeyPress");
r_5_sounds.Add(new SoundSource { SoundType = SoundType.TabControlMove, SoundAsset = "Move" });
r_4_sounds.Add(new SoundSource { SoundType = SoundType.TabControlMove, SoundAsset = "Move" });
SoundManager.Instance.AddSound("Move");
r_5_sounds.Add(new SoundSource { SoundType = SoundType.TabControlSelect, SoundAsset = "Select" });
r_4_sounds.Add(new SoundSource { SoundType = SoundType.TabControlSelect, SoundAsset = "Select" });
SoundManager.Instance.AddSound("Select");
this.Add("Sounds", r_5_sounds);
this.Add("Sounds", r_4_sounds);
// Resource - [TitleResource] String
this.Add("TitleResource", "Basic UI Example");
// Resource - [ToolTipText] String
this.Add("ToolTipText", "Click to open message box");
ImageManager.Instance.AddImage("Images/EmptyKeysLogoTextSmall");
FontManager.Instance.AddFont("Segoe UI", 13.33333F, FontStyle.Regular, "Segoe_UI_10_Regular");
FontManager.Instance.AddFont("Segoe UI", 20F, FontStyle.Bold, "Segoe_UI_15_Bold");
FontManager.Instance.AddFont("Segoe UI", 12F, FontStyle.Regular, "Segoe_UI_9_Regular");
}
}
}
2 changes: 1 addition & 1 deletion BasicUI_CocosSharp/BasicUI_CocosSharp/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CocosSharp.PCL.Shared" version="1.6.2.0" targetFramework="net45" />
<package id="EmptyKeysUI_CocosSharp" version="1.10.0.0" targetFramework="net45" />
<package id="EmptyKeysUI_CocosSharp" version="1.11.0.0" targetFramework="net45" />
</packages>
4 changes: 2 additions & 2 deletions BasicUI_CocosSharp/UserInterface/UserInterface.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="EmptyKeys.UserInterface.Designer, Version=1.10.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EmptyKeysUI_Generator.1.10.0.0\lib\net45\EmptyKeys.UserInterface.Designer.dll</HintPath>
<Reference Include="EmptyKeys.UserInterface.Designer, Version=1.11.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EmptyKeysUI_Generator.1.11.0.0\lib\net45\EmptyKeys.UserInterface.Designer.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion BasicUI_CocosSharp/UserInterface/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EmptyKeysUI_Generator" version="1.10.0.0" targetFramework="net45" />
<package id="EmptyKeysUI_Generator" version="1.11.0.0" targetFramework="net45" />
</packages>
Loading

0 comments on commit d40c979

Please sign in to comment.