Exemplo n.º 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            CreateOrUpdateFaceSetForm cf = new CreateOrUpdateFaceSetForm
            {
                ApiClient = client
            };

            cf.ShowDialog();
        }
Exemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            CreateOrUpdateFaceSetForm cf = new CreateOrUpdateFaceSetForm
            {
                FaceSetToken = this.comboBox1.Text,
                ApiClient    = client
            };

            cf.ShowDialog();
        }