Skip to content

HRussellZFAC023/VisualNavExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This solution contains three projects: UnitTestExamples, VisualNavExamples and xamlExamples.

VisualNavExamples

HelloWorldTemplate.cs contains four examples:

  • Printing "Hello World":

hello world

  • Building a FizzBuzz function:

FizzBuzz

(FizzBuzz is a group word game for kids to learn about division Players take turns counting progressively, substituting any number divisible by three with "fizz" and any number divisible by five with "buzz." )

  • Integrating another library using a custom function:

custom function

  • Creating a thread in C#:

CreateThread ThreadProc

Set this project as the startup project and click 'Start' to see the result

UnitTestExamples

UnitTestTemplate.cs contains one example:

  • Create unit test in c#

Right click this project and choose 'Run Test' to see the result

xamlExamples

xamlTemplate.cs contains examples to create WPF elements in the panel:

  • create Button
  • create Grid
  • create ListBox
  • create TextBox
  • create Label

About

Code Templates to get started using VisualNav

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages