Exemplo n.º 1
0
 public static void AddFormConstructionHistory(FormConstructionHistory form)
 {
     m_formConstructionHistory = form;
 }
Exemplo n.º 2
0
 public static void RemoveFormConstructionHistory(FormConstructionHistory form)
 {
     m_formConstructionHistory.Dispose();
     m_formConstructionHistory = null;
 }