This file contains hidden or 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
// WPF Canvas Object | |
// Canvas LayoutCanvas; | |
// | |
// Events Required | |
// | |
// Canvas_PreviewMouseLeftButtonDown | |
// Canvas_PreviewMouseMove | |
// Canvas_PreviewMouseLeftButtonUp | |
// Parent_PreviewKeyDown | |
// |
This file contains hidden or 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
// We will assume you have a netica network | |
// assigned to the private variable: NeticaNetwork | |
// and that you will properly assign the two variables | |
// listed below in the correct locations. | |
// | |
// place in relative locations within your code | |
// | |
Application App = new Application(); | |
BNet NeticaNetwork = App.ReadBNet(pathToNeta); |
NewerOlder