コード例 #1
0
 public static void ClearStatic()
 {
     instance.Clear();
 }
コード例 #2
0
 private void Clear_DEBUG_window(object sender, EventArgs e)
 {
     InfoWindow.Clear();
 }
コード例 #3
0
    public static void Reset()
    {
        InfoWindow iw = GetInstance();

        iw.Clear();
    }