Skip to content
Snippets Groups Projects
Commit b3721611 authored by Ali Najafi's avatar Ali Najafi
Browse files

Co-authored-by: a-chiha <a-chiha@users.noreply.github.com>

parent 9cff2d4c
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("SmartHome.App")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1203b74a0327e89c5bf7c2a2be7344d5c270c07b")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9cff2d4c8b711e5d3e563e03a7c0544df590e527")]
[assembly: System.Reflection.AssemblyProductAttribute("SmartHome.App")]
[assembly: System.Reflection.AssemblyTitleAttribute("SmartHome.App")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
......
094e9587b339822b322bdc7f49db8e0db36ebb4254fb05a258b5d68a55ba3013
2ad90f29480f9a638482b82fb23a63b856e685de649c24faad8248638563a186
public interface IHomeMediator
{
public void notify(SmartDevice sender, string event)
}
\ No newline at end of file
public interface IHomeMediator
{
public void notify(SmartDevice sender, string event)
}
\ No newline at end of file
......@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("SmartHome.Lib")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1203b74a0327e89c5bf7c2a2be7344d5c270c07b")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9cff2d4c8b711e5d3e563e03a7c0544df590e527")]
[assembly: System.Reflection.AssemblyProductAttribute("SmartHome.Lib")]
[assembly: System.Reflection.AssemblyTitleAttribute("SmartHome.Lib")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
......
4c1849acca165cecac1d9db0e7ff2529e34a890df5713e1757a1c0dcb2d66321
eddd44a5495ef7a962e97b92cb41d48b1bd4569334fd7b41db15942503f9c811
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment