RtInstance.cs 377 B

12345678910111213141516171819
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace athosRT
  7. {
  8. class RtInstance
  9. {
  10. public RtInstance()
  11. {
  12. //_trayIcon = new BitmapImage(new Uri("pack://application:,,,/Venus_RT;component/defaultrt.ico"));
  13. //_loader = new ToolLoader();
  14. }
  15. }
  16. }