Esempio n. 1
0
        public MainForm()
        {
            InitializeComponent();

            this.tinderAPI = new TinderAPI();
            profiles = new List<TinderProfile>();
        }
Esempio n. 2
0
        public MainForm()
        {
            InitializeComponent();

            this.tinderAPI = new TinderAPI();
            profiles       = new List <TinderProfile>();
        }