-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #103 from K-Society/experimental
Experimental
- Loading branch information
Showing
9 changed files
with
114 additions
and
90 deletions.
There are no files selected for viewing
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
22 changes: 11 additions & 11 deletions
22
src/01/KSociety.SharpCubeProgrammer/Events/StLinkAddedEventArgs.cs
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,14 +1,14 @@ | ||
// Copyright © K-Society and contributors. All rights reserved. Licensed under the K-Society License. See LICENSE.TXT file in the project root for full license information. | ||
//// Copyright © K-Society and contributors. All rights reserved. Licensed under the K-Society License. See LICENSE.TXT file in the project root for full license information. | ||
|
||
namespace KSociety.SharpCubeProgrammer.Events | ||
{ | ||
using System; | ||
//namespace KSociety.SharpCubeProgrammer.Events | ||
//{ | ||
// using System; | ||
|
||
public class StLinkAddedEventArgs : EventArgs | ||
{ | ||
public StLinkAddedEventArgs() | ||
{ | ||
// public class StLinkAddedEventArgs : EventArgs | ||
// { | ||
// public StLinkAddedEventArgs() | ||
// { | ||
|
||
} | ||
} | ||
} | ||
// } | ||
// } | ||
//} |
22 changes: 11 additions & 11 deletions
22
src/01/KSociety.SharpCubeProgrammer/Events/StLinkFoundEventArgs.cs
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,14 +1,14 @@ | ||
// Copyright © K-Society and contributors. All rights reserved. Licensed under the K-Society License. See LICENSE.TXT file in the project root for full license information. | ||
//// Copyright © K-Society and contributors. All rights reserved. Licensed under the K-Society License. See LICENSE.TXT file in the project root for full license information. | ||
|
||
namespace KSociety.SharpCubeProgrammer.Events | ||
{ | ||
using System; | ||
//namespace KSociety.SharpCubeProgrammer.Events | ||
//{ | ||
// using System; | ||
|
||
public class StLinkFoundEventArgs : EventArgs | ||
{ | ||
public StLinkFoundEventArgs() | ||
{ | ||
// public class StLinkFoundEventArgs : EventArgs | ||
// { | ||
// public StLinkFoundEventArgs() | ||
// { | ||
|
||
} | ||
} | ||
} | ||
// } | ||
// } | ||
//} |
22 changes: 11 additions & 11 deletions
22
src/01/KSociety.SharpCubeProgrammer/Events/StLinkRemovedEventArgs.cs
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,14 +1,14 @@ | ||
// Copyright © K-Society and contributors. All rights reserved. Licensed under the K-Society License. See LICENSE.TXT file in the project root for full license information. | ||
//// Copyright © K-Society and contributors. All rights reserved. Licensed under the K-Society License. See LICENSE.TXT file in the project root for full license information. | ||
|
||
namespace KSociety.SharpCubeProgrammer.Events | ||
{ | ||
using System; | ||
//namespace KSociety.SharpCubeProgrammer.Events | ||
//{ | ||
// using System; | ||
|
||
public class StLinkRemovedEventArgs : EventArgs | ||
{ | ||
public StLinkRemovedEventArgs() | ||
{ | ||
// public class StLinkRemovedEventArgs : EventArgs | ||
// { | ||
// public StLinkRemovedEventArgs() | ||
// { | ||
|
||
} | ||
} | ||
} | ||
// } | ||
// } | ||
//} |
22 changes: 11 additions & 11 deletions
22
src/01/KSociety.SharpCubeProgrammer/Events/Stm32BootLoaderAddedEventArgs.cs
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,14 +1,14 @@ | ||
// Copyright © K-Society and contributors. All rights reserved. Licensed under the K-Society License. See LICENSE.TXT file in the project root for full license information. | ||
//// Copyright © K-Society and contributors. All rights reserved. Licensed under the K-Society License. See LICENSE.TXT file in the project root for full license information. | ||
|
||
namespace KSociety.SharpCubeProgrammer.Events | ||
{ | ||
using System; | ||
//namespace KSociety.SharpCubeProgrammer.Events | ||
//{ | ||
// using System; | ||
|
||
public class Stm32BootLoaderAddedEventArgs : EventArgs | ||
{ | ||
public Stm32BootLoaderAddedEventArgs() | ||
{ | ||
// public class Stm32BootLoaderAddedEventArgs : EventArgs | ||
// { | ||
// public Stm32BootLoaderAddedEventArgs() | ||
// { | ||
|
||
} | ||
} | ||
} | ||
// } | ||
// } | ||
//} |
22 changes: 11 additions & 11 deletions
22
src/01/KSociety.SharpCubeProgrammer/Events/Stm32BootLoaderFoundEventArgs.cs
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,14 +1,14 @@ | ||
// Copyright © K-Society and contributors. All rights reserved. Licensed under the K-Society License. See LICENSE.TXT file in the project root for full license information. | ||
//// Copyright © K-Society and contributors. All rights reserved. Licensed under the K-Society License. See LICENSE.TXT file in the project root for full license information. | ||
|
||
namespace KSociety.SharpCubeProgrammer.Events | ||
{ | ||
using System; | ||
//namespace KSociety.SharpCubeProgrammer.Events | ||
//{ | ||
// using System; | ||
|
||
public class Stm32BootLoaderFoundEventArgs : EventArgs | ||
{ | ||
public Stm32BootLoaderFoundEventArgs() | ||
{ | ||
// public class Stm32BootLoaderFoundEventArgs : EventArgs | ||
// { | ||
// public Stm32BootLoaderFoundEventArgs() | ||
// { | ||
|
||
} | ||
} | ||
} | ||
// } | ||
// } | ||
//} |
22 changes: 11 additions & 11 deletions
22
src/01/KSociety.SharpCubeProgrammer/Events/Stm32BootLoaderRemovedEventArgs.cs
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,14 +1,14 @@ | ||
// Copyright © K-Society and contributors. All rights reserved. Licensed under the K-Society License. See LICENSE.TXT file in the project root for full license information. | ||
//// Copyright © K-Society and contributors. All rights reserved. Licensed under the K-Society License. See LICENSE.TXT file in the project root for full license information. | ||
|
||
namespace KSociety.SharpCubeProgrammer.Events | ||
{ | ||
using System; | ||
//namespace KSociety.SharpCubeProgrammer.Events | ||
//{ | ||
// using System; | ||
|
||
public class Stm32BootLoaderRemovedEventArgs : EventArgs | ||
{ | ||
public Stm32BootLoaderRemovedEventArgs() | ||
{ | ||
// public class Stm32BootLoaderRemovedEventArgs : EventArgs | ||
// { | ||
// public Stm32BootLoaderRemovedEventArgs() | ||
// { | ||
|
||
} | ||
} | ||
} | ||
// } | ||
// } | ||
//} |
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