Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

Refactor out the common parts of the three ClientChoosers #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We have three ClientChooser classes, all with lots of duplicate code:

ClientChooser.cs
ClientChooserEx.xaml
ClientChooserWPF.xaml

The common code should be refactored out into a ClientChooserBase.

Original issue reported on code.google.com by ian320 on 3 Feb 2009 at 3:59

GoogleCodeExporter commented 9 years ago
Done in r555.

Original comment by ian320 on 4 Feb 2009 at 9:11