Exemple #1
0
 private void BtnFetchFunctions_Click(object sender, EventArgs e)
 {
     textBox1.Text = string.Empty;
     _oms.LogSupportedFunctions();
 }