Click here to Skip to main content
15,891,777 members
Articles / Desktop Programming / WPF

Dental Chair Automation in WPF

Rate me:
Please Sign up or sign in to vote.
4.88/5 (67 votes)
17 Jun 2011CPOL5 min read 78.9K   4.3K   75  
Demonstrates how WPF and C# can be used in the automation of devices or equipments graphically.
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="uri:settings" CurrentProfile="(Default)">
  <Profiles>
    <Profile Name="(Default)" />
  </Profiles>
  <Settings />
</SettingsFile>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Bangalore
India India
Indian.
He is a software developer. He loves programming. Always willing to work on new technologies.

His only passion is "Updating on technologies"

Want to know more about me?
Visit http://www.sandeepsunku.com

Comments and Discussions