Files
codeql/csharp/ql/test/resources/stubs/System.Windows.cs
2018-08-02 17:53:23 +01:00

14 lines
255 B
C#
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace System.Windows.Forms
{
public class HtmlElement
{
public void SetAttribute(string attributeName, string value) { }
}
public class MessageBox
{
public static void Show(string msg,string title) { }
}
}