App.xaml.cs 256 B

1234567891011121314
  1. using CapchaLibrary;
  2. using System.Configuration;
  3. using System.Data;
  4. using System.Windows;
  5. namespace OOO_WriteAndClear
  6. {
  7. /// <summary>
  8. /// Interaction logic for App.xaml
  9. /// </summary>
  10. public partial class App : Application
  11. {
  12. }
  13. }