mirror of
https://github.com/github/codeql.git
synced 2026-06-17 02:41:08 +02:00
14 lines
255 B
C#
14 lines
255 B
C#
|
||
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) { }
|
||
}
|
||
}
|