Class2.cs 214 B

123456789101112
  1. using System.Collections.Generic;
  2. using System.Linq;
  3. using System.Text;
  4. using System.Threading.Tasks;
  5. namespace WpfApp2.model
  6. {
  7. class Globals
  8. {
  9. public static IDataProvider dataProvider;
  10. }
  11. }