Пример #1
0
        public MainForm()
        {
            InitializeComponent();

            this.tinderAPI = new TinderAPI();
            profiles = new List<TinderProfile>();
        }
Пример #2
0
        public MainForm()
        {
            InitializeComponent();

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