Example #1
0
 public static Filter Instance()
 {
     if(mInstance == null)
     {
         mInstance = new Filter();
     }
     return mInstance;
 }