-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added check for internet connectivity
- Loading branch information
Luca Auer
authored and
Luca Auer
committed
Jan 30, 2018
1 parent
84ed963
commit 2e51af5
Showing
51 changed files
with
102 additions
and
62 deletions.
There are no files selected for viewing
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Image sort.Logic/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-122 Bytes
(98%)
Image sort.UI/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
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 |
---|---|---|
@@ -1,2 +1,62 @@ | ||
| ||
//------------------------------------------------------------------------------ | ||
// <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> | ||
//------------------------------------------------------------------------------ | ||
|
||
namespace XamlGeneratedNamespace { | ||
|
||
|
||
/// <summary> | ||
/// GeneratedInternalTypeHelper | ||
/// </summary> | ||
[System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] | ||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] | ||
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper { | ||
|
||
/// <summary> | ||
/// CreateInstance | ||
/// </summary> | ||
protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) { | ||
return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic) | ||
| (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture); | ||
} | ||
|
||
/// <summary> | ||
/// GetPropertyValue | ||
/// </summary> | ||
protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) { | ||
return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture); | ||
} | ||
|
||
/// <summary> | ||
/// SetPropertyValue | ||
/// </summary> | ||
protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) { | ||
propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture); | ||
} | ||
|
||
/// <summary> | ||
/// CreateDelegate | ||
/// </summary> | ||
protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) { | ||
return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod | ||
| (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] { | ||
delegateType, | ||
handler}, null))); | ||
} | ||
|
||
/// <summary> | ||
/// AddEventHandler | ||
/// </summary> | ||
protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { | ||
eventInfo.AddEventHandler(target, handler); | ||
} | ||
} | ||
} | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
Image sort.UI/obj/Debug/Image sort.UI.csproj.GenerateResource.Cache
Binary file not shown.
Binary file modified
BIN
-35.7 KB
(50%)
Image sort.UI/obj/Debug/Image sort.UI.csprojResolveAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
C:\Users\Lolle\Source\Repos\Image-Sort\Image sort.UI\obj\Debug\GeneratedInternalTypeHelper.g.cs | ||
| ||
|
||
FC:\Users\Lolle\Source\Repos\Image-Sort\Image sort.UI\MainWindow.xaml;; | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
Image sort.UI/obj/Release/Image sort.UI.csproj.GenerateResource.Cache
Binary file not shown.
Binary file modified
BIN
+43.6 KB
(200%)
Image sort.UI/obj/Release/Image sort.UI.csprojResolveAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-75 Bytes
(99%)
Image sort.Update/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Image sort.Update/obj/Debug/Image sort.Update.csproj.GenerateResource.Cache
Binary file not shown.
Binary file modified
BIN
-7.8 KB
(58%)
Image sort.Update/obj/Debug/Image sort.Update.csprojResolveAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.