Example #1
0
 internal static void DropInstance()
 {
     if (instance != null)
     {
         instance = null;
     }
 }
Example #2
0
 public static Style Instance(DocGrid grid)
 {
     return(instance ?? (instance = new FaxesOutStyle(grid)));
 }