Beispiel #1
0
        private void btnDecodeWbxmlBytesIntoXML_Click(object sender, EventArgs e)
        {
            DecodeWbxmlBytesIntoXML oForm = new DecodeWbxmlBytesIntoXML();

            oForm.Show();
            oForm = null;
        }
Beispiel #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            DecodeWbxmlBytesIntoXML oForm = new DecodeWbxmlBytesIntoXML();

            oForm.ShowDialog();
            oForm = null;
        }