Skip to content

Instantly share code, notes, and snippets.

@todorok1
Last active January 8, 2021 04:47
Embed
What would you like to do?
staticなクラスのサンプル
public static class TodoStaticClass
{
public static string name = "todo";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment