Skip to content

Commit

Permalink
Use Version 2018-03-24 Of Sanderling Memory Reading
Browse files Browse the repository at this point in the history
+ Copy the assemblies from Sanderling build.
+ Remove obsolete code.
  • Loading branch information
Viir committed Mar 25, 2018
1 parent f17f3c3 commit 2658cdf
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 10 deletions.
Binary file modified lib/BotEngine.Common.dll
Binary file not shown.
Binary file modified lib/BotEngine.Interface.dll
Binary file not shown.
Binary file modified lib/BotEngine.UI.dll
Binary file not shown.
Binary file modified lib/BotSharp.UI.dll
Binary file not shown.
Binary file modified lib/BotSharp.dll
Binary file not shown.
Binary file modified lib/Sanderling.MemoryReading.dll
Binary file not shown.
Binary file modified lib/Sanderling.UI.dll
Binary file not shown.
Binary file modified lib/Sanderling.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Sanderling.ABot.Exe/resource.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ResourceDictionary Source="pack://application:,,,/Sanderling.ABot.UI;component/resource.xaml"></ResourceDictionary>

<ResourceDictionary>
<system:String x:Key="AppVersionId">17.05.03</system:String>
<system:String x:Key="AppVersionId">2018-03-25</system:String>
</ResourceDictionary>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
9 changes: 0 additions & 9 deletions src/Sanderling.ABot.UI/Main.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ public partial class Main : UserControl

public bool IsBotMotionEnabled => ToggleButtonMotionEnable?.ButtonRecz?.IsChecked ?? false;

public void ConfigFromModelToView(ExeConfig config) =>
Interface.LicenseView?.LicenseClientConfigViewModel?.PropagateFromClrMemberToDependencyProperty(config?.LicenseClient?.CompletedWithDefault());

public ExeConfig ConfigFromViewToModel() =>
new ExeConfig()
{
LicenseClient = Interface.LicenseView?.LicenseClientConfigViewModel?.PropagateFromDependencyPropertyToClrMember(),
};

public Main()
{
InitializeComponent();
Expand Down

0 comments on commit 2658cdf

Please sign in to comment.