コード例 #1
0
ファイル: Form1.cs プロジェクト: sumitmudkondwar/DebugLab
        private void button_Deactive_Click(object sender, EventArgs e)
        {
            ActivationServiceClient client = new ActivationServiceClient();

            client.Deactivate();
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: aloneplayer/DebugLab
        private void button_Deactive_Click(object sender, EventArgs e)
        {
            ActivationServiceClient client = new ActivationServiceClient();

            client.Deactivate();
        }