Exemplo n.º 1
0
 void Execute()
 {
     if (CBindings.Count > 0)
     {
         CBindings.Clear();
         PostNotification();
     }
 }
Exemplo n.º 2
0
        protected virtual void Clear(bool deleteConfigs = true)
        {
            CBindings.Clear();
            CRegistery.Clear();

            if (deleteConfigs)
            {
                CConfigHelper.DeleteConfigs();
            }
        }