示例#1
0
 public void OAuthDialogConstructorTest()
 {
     OAuthDialog target = new OAuthDialog();
     Assert.IsNotNull(target);
     target.Close();
 }