设置窗体透明的代码是下面这个 public void MakeSeeThru() { frmTransparentForm.Opacity = 0.83; }
代码应该放在哪里才正确。我编译后老是说“不能找到类型或命名空间名称 frmTransparentForm”。