diff --git a/Utils/EventArgsHelper.cs b/Utils/EventArgsHelper.cs index ea64ba7..1dd9995 100644 --- a/Utils/EventArgsHelper.cs +++ b/Utils/EventArgsHelper.cs @@ -1,5 +1,4 @@ using System; -using System.Collections.Generic; namespace BlubbFish.Utils { public class UpdaterEventArgs : EventArgs { diff --git a/Utils/OwnObject.cs b/Utils/OwnObject.cs index 6d95211..8fd5f71 100644 --- a/Utils/OwnObject.cs +++ b/Utils/OwnObject.cs @@ -1,7 +1,5 @@ using System; using System.Collections.Generic; -using System.Linq; -using System.Text; namespace BlubbFish.Utils { diff --git a/Utils/OwnView.cs b/Utils/OwnView.cs index ae3285e..4559566 100644 --- a/Utils/OwnView.cs +++ b/Utils/OwnView.cs @@ -7,9 +7,7 @@ using System.Threading.Tasks; namespace BlubbFish.Utils { public abstract class OwnView { - protected OwnView() { - this.Init(); - } + protected OwnView() { } /// /// Called if the Oberver (Model) updates its View /// @@ -17,7 +15,7 @@ namespace BlubbFish.Utils { /// /// Called if view is viewed /// - protected abstract void Init(); + //protected abstract void Init(); /// /// Called if Form is Disposed /// diff --git a/Utils/Properties/AssemblyInfo.cs b/Utils/Properties/AssemblyInfo.cs index e3594ac..ca74d29 100644 --- a/Utils/Properties/AssemblyInfo.cs +++ b/Utils/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern // übernehmen, indem Sie "*" eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.4.0")] -[assembly: AssemblyFileVersion("1.0.4.0")] +[assembly: AssemblyVersion("1.0.4.1")] +[assembly: AssemblyFileVersion("1.0.4.1")] diff --git a/Utils/bin/Release/Utils.dll b/Utils/bin/Release/Utils.dll index 07242b1..aee4a30 100644 Binary files a/Utils/bin/Release/Utils.dll and b/Utils/bin/Release/Utils.dll differ