public static _3 getInstance() { if (instance == null) { instance = new _3(); } return(instance); }
public static object[] KomutÇalıştır(string modülSınıfAdı, string methodAdı, object[] inputs) { _3 fx = _3.getInstance(); throw new NotImplementedException(); }